[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.38.2.9, 1.38.2.10

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.38.2.9
retrieving revision 1.38.2.10
diff -u -d -r1.38.2.9 -r1.38.2.10
--- part_bill_event.cgi	26 Sep 2008 03:56:40 -0000	1.38.2.9
+++ part_bill_event.cgi	3 Oct 2009 22:06:00 -0000	1.38.2.10
@@ -181,7 +181,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