From a98161e1a50f670138ea4486a7bd5772206567d4 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Mar 2008 19:48:05 +0000 Subject: [PATCH 1/1] quick fix for deep recursion (RT#3267) --- httemplate/edit/part_bill_event.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Late Fee and Generate Invoice events)', -% 'code' => '$cust_main->collect();', +% 'code' => '$cust_main->send();', % 'weight' => 80, % }, % -- 2.11.0