[freeside-commits] freeside/httemplate/misc bill.cgi,1.11,1.12

Ivan,,, ivan at wavetail.420.am
Sun Jan 21 13:45:31 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv32190/httemplate/misc

Modified Files:
	bill.cgi 
Log Message:
Have lineitem-specific applications happen in all cases; add weightsto control

Index: bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/bill.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bill.cgi	26 Aug 2006 23:15:13 -0000	1.11
+++ bill.cgi	21 Jan 2007 21:45:29 -0000	1.12
@@ -14,8 +14,7 @@
 %#&eidiot($error) if $error;
 %
 %unless ( $error ) {
-%  $cust_main->apply_payments;
-%  $cust_main->apply_credits;
+%  $cust_main->apply_payments_and_credits;
 %
 %  $error = $cust_main->collect(
 %  #                             'invoice-time'=>$time,



More information about the freeside-commits mailing list