and still create credit source records on 4.x+, #42729
[freeside.git] / FS / FS / cust_pkg.pm
index e9d80da..2c75506 100644 (file)
@@ -1859,6 +1859,7 @@ sub credit_remaining {
     'date'        => time,
     'reasonnum'   => $reason->reasonnum,
     'apply'       => 1,
+    'set_source'  => 1,
   );
 
   '';