[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.38.2.10, 1.38.2.11
Ivan,,,
ivan at wavetail.420.am
Sat Oct 3 15:09:37 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv399
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.38.2.10
retrieving revision 1.38.2.11
diff -u -d -r1.38.2.10 -r1.38.2.11
--- part_bill_event.cgi 3 Oct 2009 22:06:00 -0000 1.38.2.10
+++ part_bill_event.cgi 3 Oct 2009 22:09:35 -0000 1.38.2.11
@@ -181,7 +181,7 @@
% 'cancel' => {
% 'name' => 'Cancel',
% 'code' => '$cust_main->cancel(reason => %%%creason%%%);',
-% 'weight' => 90, #10,
+% 'weight' => 80, #10,
% 'reason' => 'C',
% },
%
@@ -194,7 +194,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