in old invoice events, chance default weight of cancel event to 90 so you can place...
authorivan <ivan>
Sat, 3 Oct 2009 22:06:00 +0000 (22:06 +0000)
committerivan <ivan>
Sat, 3 Oct 2009 22:06:00 +0000 (22:06 +0000)
httemplate/edit/part_bill_event.cgi

index 9449213..0410a58 100755 (executable)
@@ -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',
 %  },
 %