RT# 78356 - fixed error where no export existed.
[freeside.git] / FS / FS / cust_pkg.pm
index 9accc34..604b499 100644 (file)
@@ -3017,6 +3017,7 @@ sub _parse_new_discounts {
         discountnum => $opt->{"${type}_discountnum"},
         amount      => $opt->{"${type}_discountnum_amount"},
         percent     => $opt->{"${type}_discountnum_percent"},
+        months      => $opt->{"${type}_discountnum_months"},
       };
     }