and enable overlimit_action, RT#4995
authorivan <ivan>
Sat, 30 May 2009 03:40:12 +0000 (03:40 +0000)
committerivan <ivan>
Sat, 30 May 2009 03:40:12 +0000 (03:40 +0000)
FS/FS/part_pkg/prepaid.pm

index 23d3401..cff165a 100644 (file)
@@ -41,7 +41,7 @@ tie my %overlimit_action, 'Tie::IxHash',
     # 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,
 );