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/misc | |
parent | a5d07d949a9ef3e57694a49a60e5a393c350a42f (diff) |
Have lineitem-specific applications happen in all cases; add weightsto control
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-x | httemplate/misc/bill.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi index 6e4cc265d..8d4b4ac65 100755 --- a/httemplate/misc/bill.cgi +++ b/httemplate/misc/bill.cgi @@ -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, |