From: ivan Date: Sat, 30 May 2009 03:40:13 +0000 (+0000) Subject: and enable overlimit_action, RT#4995 X-Git-Tag: freeside_1_7_4rc1~28 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7aa7957f600775b8159e7fa7eff69117066d8336;p=freeside.git and enable overlimit_action, RT#4995 --- diff --git a/FS/FS/part_pkg/prepaid.pm b/FS/FS/part_pkg/prepaid.pm index 3c56e694b..4f16ffff9 100644 --- a/FS/FS/part_pkg/prepaid.pm +++ b/FS/FS/part_pkg/prepaid.pm @@ -39,7 +39,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, );