summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-03 22:06:00 +0000
committerivan <ivan>2009-10-03 22:06:00 +0000
commite495a4c6c200b498b0645d7b421cac256f88df2a (patch)
treef36018ff69222ea19f16eb492f753c86ba0e7285
parent721abbc7cc3e0b91e21f31c00516c7834c04eb16 (diff)
in old invoice events, chance default weight of cancel event to 90 so you can place it at the same time as a realtime event, RT#5674
-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 94492132e..0410a5817 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -181,7 +181,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
% 'cancel' => {
% 'name' => 'Cancel',
% 'code' => '$cust_main->cancel(reason => %%%creason%%%);',
-% 'weight' => 10,
+% 'weight' => 90, #10,
% 'reason' => 'C',
% },
%