From 0a51e6fbd8b75f758ee9dc13d762fb01d657ad66 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Mar 2008 19:48:19 +0000 Subject: [PATCH] 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 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, % }, % -- 2.11.0