Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymc committed Oct 16, 2012
1 parent 7453eb3 commit 8f93688
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions addAccn.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,11 @@
</cfquery>
</cftransaction>
<cfelse>
<font color="##FF0000" size="+2">That accn was not found!
<cfdump var=#accn#>
SELECT accn.TRANSACTION_ID FROM accn,trans WHERE
accn.TRANSACTION_ID=trans.TRANSACTION_ID AND
accn_number = '#accn_number#'
and collection_id = '#collection_id#'
<cfabort>
<div class="error">
Not one match - aborting....
<cfdump var=#accn#>
</div>
<cfabort>
</cfif>

<cfif isdefined("collection_object_id") and listlen(collection_object_id) is 1>
Expand Down

0 comments on commit 8f93688

Please sign in to comment.