[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.50, 1.51

Ivan,,, ivan at wavetail.420.am
Sat Oct 3 15:06:04 PDT 2009


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

Modified Files:
	part_bill_event.cgi 
Log Message:
in old invoice events, chance default weight of cancel event to 90 so you can place it at the same time as a realtime event, RT#5674

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- part_bill_event.cgi	21 Jun 2009 15:21:30 -0000	1.50
+++ part_bill_event.cgi	3 Oct 2009 22:06:02 -0000	1.51
@@ -178,7 +178,7 @@
 %  'cancel' => {
 %    'name'   => 'Cancel',
 %    'code'   => '$cust_main->cancel(reason => %%%creason%%%);',
-%    'weight' => 10,
+%    'weight' => 90, #10,
 %    'reason' => 'C',
 %  },
 %



More information about the freeside-commits mailing list