diff options
author | ivan <ivan> | 2002-02-12 04:49:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-12 04:49:32 +0000 |
commit | 543ed3f877829e4335eda48d7198d2f92d03545e (patch) | |
tree | c38647184f3cf2b16ce0f4c2f844ae1245a946c2 /httemplate/edit/part_bill_event.cgi | |
parent | f7c488b72340370a36ea77d5c580d7d21bdb962c (diff) |
oops
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
-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' => { |