summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-16 14:40:39 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-16 15:02:49 -0400
commita439c0c5998c428e7bfd533353911ae48b4bee7b (patch)
treeb1fd64c1bcf589dbae9f8659892191f2033e458c /FS/FS
parenta90d069b1f1d814a91bf7cb3eb0d7ac9fdec7e08 (diff)
RT# 74435 - added check, to make sure batch format can handle refunds
Conflicts: httemplate/misc/download-batch.cgi
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/pay_batch/RBC.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm
index 05ee4e501..c4388d156 100644
--- a/FS/FS/pay_batch/RBC.pm
+++ b/FS/FS/pay_batch/RBC.pm
@@ -230,5 +230,10 @@ $name = 'RBC';
},
);
+## this format can handle credit transactions
+sub can_handle_credits {
+ 1;
+}
+
1;