cancel to 80, comp @ 90, RT#5674
authorivan <ivan>
Sat, 3 Oct 2009 22:09:34 +0000 (22:09 +0000)
committerivan <ivan>
Sat, 3 Oct 2009 22:09:34 +0000 (22:09 +0000)
httemplate/edit/part_bill_event.cgi

index 625d834..c0ff386 100755 (executable)
@@ -178,7 +178,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
 %  'cancel' => {
 %    'name'   => 'Cancel',
 %    'code'   => '$cust_main->cancel(reason => %%%creason%%%);',
-%    'weight' => 90, #10,
+%    'weight' => 80, #10,
 %    'reason' => 'C',
 %  },
 %
@@ -191,7 +191,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
 %  'comp' => {
 %    'name' => 'Pay invoice with a complimentary "payment"',
 %    'code' => '$cust_bill->comp();',
-%    'weight' => 30,
+%    'weight' => 90, #30,
 %  },
 %
 %  'credit' => {