[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.42, 1.43
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Mar 19 12:48:22 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv9750
Modified Files:
part_bill_event.cgi
Log Message:
quick fix for deep recursion (RT#3267)
Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- part_bill_event.cgi 14 Jan 2008 00:22:34 -0000 1.42
+++ part_bill_event.cgi 19 Mar 2008 19:48:19 -0000 1.43
@@ -392,7 +392,7 @@
%
% '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,
% },
%
More information about the freeside-commits
mailing list