summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorivan <ivan>2007-01-21 21:45:29 +0000
committerivan <ivan>2007-01-21 21:45:29 +0000
commit05686487551e26418c9b2d6b92ea0d89bb100082 (patch)
treee129029de83fc91d8d9e2a79dfcb9043d6778f55 /httemplate/edit/part_bill_event.cgi
parenta5d07d949a9ef3e57694a49a60e5a393c350a42f (diff)
Have lineitem-specific applications happen in all cases; add weightsto control
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index c80d51c..8e5dcd1 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -402,7 +402,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
%
% 'apply' => {
% 'name' => 'Apply unapplied payments and credits',
-% 'code' => '$cust_main->apply_payments; $cust_main->apply_credits; "";',
+% 'code' => '$cust_main->apply_payments_and_credits; "";',
% 'weight' => 70,
% },
%