quick fix for deep recursion (RT#3267)
authorjeff <jeff>
Wed, 19 Mar 2008 19:48:19 +0000 (19:48 +0000)
committerjeff <jeff>
Wed, 19 Mar 2008 19:48:19 +0000 (19:48 +0000)
httemplate/edit/part_bill_event.cgi

index 2547067..051ef10 100755 (executable)
@@ -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,
 %  },
 %