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