From e495a4c6c200b498b0645d7b421cac256f88df2a Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 3 Oct 2009 22:06:00 +0000 Subject: 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 --- httemplate/edit/part_bill_event.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', % }, % -- cgit v1.2.1