From: jeff Date: Wed, 19 Mar 2008 19:48:19 +0000 (+0000) Subject: quick fix for deep recursion (RT#3267) X-Git-Tag: root_of_webpay_support~813 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0a51e6fbd8b75f758ee9dc13d762fb01d657ad66 quick fix for deep recursion (RT#3267) --- diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 25470679f..051ef1086 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 Late Fee and Generate Invoice events)', -% 'code' => '$cust_main->collect();', +% 'code' => '$cust_main->send();', % 'weight' => 80, % }, %