[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.38.2.3, 1.38.2.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Mar 19 12:48:08 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv9733
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.38.2.3
retrieving revision 1.38.2.4
diff -u -d -r1.38.2.3 -r1.38.2.4
--- part_bill_event.cgi 14 Jan 2008 00:22:35 -0000 1.38.2.3
+++ part_bill_event.cgi 19 Mar 2008 19:48:05 -0000 1.38.2.4
@@ -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