[freeside-commits] freeside/httemplate/edit/process cust_main.cgi,
1.30, 1.31
Ivan,,,
ivan at wavetail.420.am
Sun Jan 21 13:45:31 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv32190/httemplate/edit/process
Modified Files:
cust_main.cgi
Log Message:
Have lineitem-specific applications happen in all cases; add weightsto control
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- cust_main.cgi 29 Dec 2006 08:41:21 -0000 1.30
+++ cust_main.cgi 21 Jan 2007 21:45:29 -0000 1.31
@@ -142,8 +142,7 @@
% if ( $conf->exists('backend-realtime') && ! $error ) {
%
% my $berror = $new->bill;
-% $new->apply_payments;
-% $new->apply_credits;
+% $new->apply_payments_and_credits;
% $berror ||= $new->collect( 'realtime' => 1 );
% warn "Warning, error billing during backend-realtime: $berror" if $berror;
%
More information about the freeside-commits
mailing list