diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-30 22:49:28 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-30 22:59:18 -0500 |
commit | 9313346347265c5a1ad3e1da8f2fcbb965a9d6cd (patch) | |
tree | 3f3996cd86ccedf9bdb74abe872f4553c172c5fe | |
parent | 346c32b847002357ecf79503d153186d0627aaa1 (diff) |
RT#20687: Future package change [comment about bug fix]
-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 e65672e43..dcbcfeb80 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2415,6 +2415,7 @@ sub change_later { $error = $self->replace || $err_or_pkg->replace || + #because change() might've edited existing scheduled change in place (($err_or_pkg->pkgnum == $change_to->pkgnum) ? '' : $change_to->cancel('no_delay_cancel' => 1) || $change_to->delete); |