From: ivan Date: Sat, 30 May 2009 03:40:12 +0000 (+0000) Subject: and enable overlimit_action, RT#4995 X-Git-Tag: freeside_1_9_1^2~382 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=29615c5145652c3f0bc293d468493709517b9fd9;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 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, );