diff options
author | ivan <ivan> | 2009-05-30 03:40:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-30 03:40:12 +0000 |
commit | 29615c5145652c3f0bc293d468493709517b9fd9 (patch) | |
tree | 74195eaa570c8c3d4f1d8264b83f2efab4519f25 /FS | |
parent | 467b269c5cacef3e8486e2288f1b0eeec8fea088 (diff) |
and enable overlimit_action, RT#4995
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg/prepaid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/prepaid.pm b/FS/FS/part_pkg/prepaid.pm index 23d340167..cff165a5d 100644 --- a/FS/FS/part_pkg/prepaid.pm +++ b/FS/FS/part_pkg/prepaid.pm @@ -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, ); |