[freeside-commits] freeside/FS/FS/part_pkg global_Mixin.pm, 1.2, 1.3

Mark Wells mark at wavetail.420.am
Thu Jan 26 13:18:24 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv17337/FS/FS/part_pkg

Modified Files:
	global_Mixin.pm 
Log Message:
credit on suspend, #16066

Index: global_Mixin.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/global_Mixin.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- global_Mixin.pm	8 Sep 2011 22:09:56 -0000	1.2
+++ global_Mixin.pm	26 Jan 2012 21:18:21 -0000	1.3
@@ -19,6 +19,11 @@
                  'cancellation',
       'type' => 'checkbox',
     },
+    'unused_credit_suspend' => {
+      'name' => 'Credit the customer for the unused portion of service when '.
+                'suspending',
+      'type' => 'checkbox',
+    },
     'unused_credit_change' => {
       'name' => 'Credit the customer for the unused portion of service when '.
                 'changing packages',
@@ -29,6 +34,7 @@
     setup_fee
     recur_fee
     unused_credit_cancel
+    unused_credit_suspend
     unused_credit_change
   )],
 );



More information about the freeside-commits mailing list