diff options
| -rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 40016433d..018fc94a4 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -93,7 +93,7 @@ tie my %events, 'Tie::IxHash',    'addpost' => {      'name' => 'Add postal invoicing',      'code' => '$cust_main->invoicing_list_addpost(); "";', -    'pad'  => 20, +    'weight'  => 20,    },    'comp' => { | 
