diff options
author | jeff <jeff> | 2008-03-19 19:48:05 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-03-19 19:48:05 +0000 |
commit | a98161e1a50f670138ea4486a7bd5772206567d4 (patch) | |
tree | d2272454a0a147768a816a70f62d44fb7e469e0c /httemplate | |
parent | aaaae7449e7e310e07a88f97f79e40b6e7dab7d1 (diff) |
quick fix for deep recursion (RT#3267)
Diffstat (limited to 'httemplate')
-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 47ca0d80b..796652527 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -392,7 +392,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %> % % 'collect' => { % 'name' => 'Collect on invoices (normally only used with a <i>Late Fee</i> and <i>Generate Invoice</i> events)', -% 'code' => '$cust_main->collect();', +% 'code' => '$cust_main->send();', % 'weight' => 80, % }, % |