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

Ivan,,, ivan at wavetail.420.am
Sat Oct 3 15:09:36 PDT 2009


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

Modified Files:
	part_bill_event.cgi 
Log Message:
cancel to 80, comp @ 90, RT#5674

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- part_bill_event.cgi	3 Oct 2009 22:06:02 -0000	1.51
+++ part_bill_event.cgi	3 Oct 2009 22:09:34 -0000	1.52
@@ -178,7 +178,7 @@
 %  'cancel' => {
 %    'name'   => 'Cancel',
 %    'code'   => '$cust_main->cancel(reason => %%%creason%%%);',
-%    'weight' => 90, #10,
+%    'weight' => 80, #10,
 %    'reason' => 'C',
 %  },
 %
@@ -191,7 +191,7 @@
 %  'comp' => {
 %    'name' => 'Pay invoice with a complimentary "payment"',
 %    'code' => '$cust_bill->comp();',
-%    'weight' => 30,
+%    'weight' => 90, #30,
 %  },
 %
 %  'credit' => {



More information about the freeside-commits mailing list