summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-10-03 22:06:02 +0000
committerivan <ivan>2009-10-03 22:06:02 +0000
commit1e25a541916c2c46083411ba5304d98fe863dac2 (patch)
tree835d792f600ec2bbb8552782fa1eccfddaee1fcf /httemplate/edit/part_bill_event.cgi
parent2715e1715d954c0991df079386df6c05cebc1164 (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
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 ffd642b..625d834 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -178,7 +178,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
% 'cancel' => {
% 'name' => 'Cancel',
% 'code' => '$cust_main->cancel(reason => %%%creason%%%);',
-% 'weight' => 10,
+% 'weight' => 90, #10,
% 'reason' => 'C',
% },
%