diff options
author | ivan <ivan> | 2009-10-03 22:09:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-03 22:09:34 +0000 |
commit | b71873db073f01923fa12acd6ec4c127a742eaea (patch) | |
tree | d3a51b085013c7cd4e3ff9575c17f44ebbe7a732 | |
parent | 1e25a541916c2c46083411ba5304d98fe863dac2 (diff) |
cancel to 80, comp @ 90, RT#5674
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 625d83477..c0ff38689 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' => 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' => { |