diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-30 22:32:13 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-30 22:32:13 -0600 |
commit | 3ccc9eb65b9c353db60191e658099cd79686692a (patch) | |
tree | e184a71fefd0865237bb3fde8dd6e2535166c71e | |
parent | 01c2f31cf80bc89cc28d0ac7b99e3ab731431ff2 (diff) |
74284: Merging reasons does not update use of the old reason [fixed main problem, still needs upgrade fix to existing data]
-rw-r--r-- | FS/FS/reason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/reason.pm b/FS/FS/reason.pm index 95297d970..7a96daa8e 100644 --- a/FS/FS/reason.pm +++ b/FS/FS/reason.pm @@ -201,6 +201,7 @@ sub merge { cust_credit cust_credit_void cust_pkg_reason + cust_refund )) { last if $error; my @fields = ('reasonnum'); |