From: ivan Date: Sat, 3 Oct 2009 22:06:00 +0000 (+0000) Subject: in old invoice events, chance default weight of cancel event to 90 so you can place... X-Git-Tag: freeside_1_7_4rc3~9 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e495a4c6c200b498b0645d7b421cac256f88df2a;p=freeside.git 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 --- 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', % }, %