[freeside-commits] freeside/FS/FS/part_pkg prepaid.pm, 1.3.2.1, 1.3.2.2

Ivan,,, ivan at wavetail.420.am
Fri May 29 20:40:15 PDT 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	prepaid.pm 
Log Message:
and enable overlimit_action, RT#4995

Index: prepaid.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/prepaid.pm,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- prepaid.pm	30 May 2009 03:14:35 -0000	1.3.2.1
+++ prepaid.pm	30 May 2009 03:40:13 -0000	1.3.2.2
@@ -39,7 +39,7 @@
     # to select a reason
   },
   'fieldorder' => [ qw( setup_fee recur_fee recur_action ),
-                    @FS::part_pkg::flat::usage_fieldorder,
+                    @FS::part_pkg::flat::usage_fieldorder, 'overlimit_action',
                   ],
   'weight' => 25,
 );



More information about the freeside-commits mailing list