diff options
author | ivan <ivan> | 2007-01-21 21:45:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-21 21:45:29 +0000 |
commit | 05686487551e26418c9b2d6b92ea0d89bb100082 (patch) | |
tree | e129029de83fc91d8d9e2a79dfcb9043d6778f55 /httemplate/edit/process/cust_main.cgi | |
parent | a5d07d949a9ef3e57694a49a60e5a393c350a42f (diff) |
Have lineitem-specific applications happen in all cases; add weightsto control
Diffstat (limited to 'httemplate/edit/process/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 505973dc7..26d6debcd 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -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; % |