[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.43, 1.44

Ivan,,, ivan at wavetail.420.am
Mon Mar 24 15:35:59 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv20053

Modified Files:
	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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- part_bill_event.cgi	19 Mar 2008 19:48:19 -0000	1.43
+++ part_bill_event.cgi	24 Mar 2008 22:35:56 -0000	1.44
@@ -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