summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2008-03-19 19:48:19 +0000
committerjeff <jeff>2008-03-19 19:48:19 +0000
commit0a51e6fbd8b75f758ee9dc13d762fb01d657ad66 (patch)
treecf77dfca7331e2bfb196cd5e0190c5be107cd4b7 /httemplate/edit/part_bill_event.cgi
parent1d8a7190cc0f73835dd218573bfda35d2a3619c4 (diff)
quick fix for deep recursion (RT#3267)
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index 2547067..051ef10 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,
% },
%