diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-02-24 00:09:38 +0000 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-02-23 18:18:07 -0600 |
commit | def6bb5926b81d4a4b66e0c9dd7ff03bf55706ad (patch) | |
tree | 91885d142232dad3f944463621ff3027d7d8ac9a /FS | |
parent | 9cdd1ab701ad6d70f099cea5a8209c9c589b7bb2 (diff) |
RT# 79284 Fix UI bug for Change Package screen
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_pkg.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index f11beec7d..b24b3abe3 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -3010,6 +3010,7 @@ sub _parse_new_discounts { discountnum => $opt->{"${type}_discountnum"}, amount => $opt->{"${type}_discountnum_amount"}, percent => $opt->{"${type}_discountnum_percent"}, + months => $opt->{"${type}_discountnum_months"}, }; } |