[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.38.2.4, 1.38.2.5
Ivan,,,
ivan at wavetail.420.am
Mon Mar 24 15:36:02 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv20057
Modified Files:
Tag: FREESIDE_1_7_BRANCH
part_bill_event.cgi
Log Message:
this probably never worked. ->send isn't at all what is wanted, that sends the original invoice, not the new one with the late charge
Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.38.2.4
retrieving revision 1.38.2.5
diff -u -d -r1.38.2.4 -r1.38.2.5
--- part_bill_event.cgi 19 Mar 2008 19:48:05 -0000 1.38.2.4
+++ part_bill_event.cgi 24 Mar 2008 22:35:57 -0000 1.38.2.5
@@ -390,12 +390,6 @@
% 'weight' => 70,
% },
%
-% 'collect' => {
-% 'name' => 'Collect on invoices (normally only used with a <i>Late Fee</i> and <i>Generate Invoice</i> events)',
-% 'code' => '$cust_main->send();',
-% 'weight' => 80,
-% },
-%
%;
%
<SCRIPT TYPE="text/javascript">var myreasons = new Array();</SCRIPT>
More information about the freeside-commits
mailing list