[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
- Previous message: [freeside-commits] freeside/FS/FS cust_bill_ApplicationCommon.pm,
1.4, 1.5 cust_bill_pay.pm, 1.17, 1.18 cust_bill_pkg.pm, 1.11,
1.12 cust_bill.pm, 1.158, 1.159 cust_credit_bill.pm, 1.14,
1.15 part_bill_event.pm, 1.26, 1.27 part_pkg.pm, 1.54,
1.55 Record.pm, 1.130, 1.131 cust_main.pm, 1.262,
1.263 Schema.pm, 1.42, 1.43
- Next message: [freeside-commits] freeside/httemplate/edit/process cust_main.cgi,
1.30, 1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: [freeside-commits] freeside/FS/FS cust_bill_ApplicationCommon.pm,
1.4, 1.5 cust_bill_pay.pm, 1.17, 1.18 cust_bill_pkg.pm, 1.11,
1.12 cust_bill.pm, 1.158, 1.159 cust_credit_bill.pm, 1.14,
1.15 part_bill_event.pm, 1.26, 1.27 part_pkg.pm, 1.54,
1.55 Record.pm, 1.130, 1.131 cust_main.pm, 1.262,
1.263 Schema.pm, 1.42, 1.43
- Next message: [freeside-commits] freeside/httemplate/edit/process cust_main.cgi,
1.30, 1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list