X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg.pm;h=2c7550633a98726dc2e467e34455431e3bf293a9;hb=e322fbb08d0f837be3f3f8e7c92a4a5bc75030ad;hp=e9d80da0b59284d3249c3e198d64c80e132fe780;hpb=d03ff57c2254deb9607c802db7454aa894e080fc;p=freeside.git diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index e9d80da0b..2c7550633 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -1859,6 +1859,7 @@ sub credit_remaining { 'date' => time, 'reasonnum' => $reason->reasonnum, 'apply' => 1, + 'set_source' => 1, ); '';