summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-21 14:30:01 -0700
committerMark Wells <mark@freeside.biz>2016-09-21 14:30:06 -0700
commitf618014107741d159fb257f1a6726a92cb046dfb (patch)
tree3aaac956dc585e25e7b32c916a0f84d5980f205c /FS/FS/cust_pkg.pm
parentad78be45d49a6933879e07e7d6f7c53b883249a5 (diff)
and still create credit source records on 4.x+, #42729
Diffstat (limited to 'FS/FS/cust_pkg.pm')
-rw-r--r--FS/FS/cust_pkg.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index c8f337f..634895a 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -1866,6 +1866,7 @@ sub credit_remaining {
'date' => time,
'reasonnum' => $reason->reasonnum,
'apply' => 1,
+ 'set_source' => 1,
);
'';