diff options
author | jeff <jeff> | 2009-03-23 23:33:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-03-23 23:33:04 +0000 |
commit | 42682206b4ba30de01c82743042f5fb9d48a93ed (patch) | |
tree | 878abeade328c14d9273474f9fd6c4abeca7ec28 /FS/FS/part_pkg | |
parent | ad57c5c8513d0980165e3088518ddddeba0db633 (diff) |
more DTRT with usage on service transfer between packages and recharges RT #2884, #5040 + #4995 fallout
Diffstat (limited to 'FS/FS/part_pkg')
-rw-r--r-- | FS/FS/part_pkg/flat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index 8fd028650..009e54c78 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -209,7 +209,7 @@ sub reset_usage { if ($self->option('usage_rollover', 1)) { $cust_pkg->recharge(\%values); }else{ - $cust_pkg->set_usage(\%values); + $cust_pkg->set_usage(\%values, %opt); } } |