diff options
author | jeff <jeff> | 2006-08-27 19:30:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-08-27 19:30:38 +0000 |
commit | 4142ac8edaafd2791cd89116e2a6883f0be99366 (patch) | |
tree | 861a91c14f19c8811d99fca1f6db4932348f286b /httemplate/edit/cust_bill_pay.cgi | |
parent | 6af1b1bfa25e5ececef5e0dcd38b55917121cee2 (diff) |
correct bad conflict resolution
Diffstat (limited to 'httemplate/edit/cust_bill_pay.cgi')
-rwxr-xr-x | httemplate/edit/cust_bill_pay.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi index 90292ebc1..498d477cd 100755 --- a/httemplate/edit/cust_bill_pay.cgi +++ b/httemplate/edit/cust_bill_pay.cgi @@ -36,7 +36,6 @@ function changed(what) { <BR>Invoice #<SELECT NAME="invnum" SIZE=1 onChange="changed(this)"> <OPTION VALUE=""> -% foreach my $cust_bill ( @cust_bill ) { % foreach my $cust_bill ( @cust_bill ) { <OPTION<% $cust_bill->invnum eq $invnum ? ' SELECTED' : '' %> VALUE="<% $cust_bill->invnum %>"><% $cust_bill->invnum %> - <% time2str("%D", $cust_bill->_date) %> - $<% $cust_bill->owed %> @@ -84,4 +83,3 @@ my @cust_bill = sort { $a->_date <=> $b->_date qsearch('cust_bill', { 'custnum' => $cust_pay->custnum } ); </%init> - |