summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_bill_pay.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-08-26 12:57:42 +0000
committerivan <ivan>2006-08-26 12:57:42 +0000
commit3d484726954a5b91bf1f7f7068e7e15c22fade3e (patch)
treecd5112a23330aa997e4d45c1bd4b36520387dc7d /httemplate/edit/cust_bill_pay.cgi
parent33f1aac64b6f373538796ec616280b173f977f97 (diff)
fix javascript for auto-setting application amount
Diffstat (limited to 'httemplate/edit/cust_bill_pay.cgi')
-rwxr-xr-xhttemplate/edit/cust_bill_pay.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi
index d27d5c1da..498d477cd 100755
--- a/httemplate/edit/cust_bill_pay.cgi
+++ b/httemplate/edit/cust_bill_pay.cgi
@@ -81,7 +81,5 @@ my @cust_bill = sort { $a->_date <=> $b->_date
}
grep { $_->owed != 0 }
qsearch('cust_bill', { 'custnum' => $cust_pay->custnum } );
-
-
</%init>