summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch
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 16:27:02 -0400
commit98d491d009d8bc9000d6272aedaa0c315d0d9ffc (patch)
tree14fd84b78932e8d61e62b9668265eca14f1cba4b /FS/FS/pay_batch
parent3a532ec892ee17b58691d0c04baead999ebdbab9 (diff)
RT# 74435 - added check, to make sure batch format can handle refunds
Diffstat (limited to 'FS/FS/pay_batch')
-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 dea89cd..3d1d98b 100644
--- a/FS/FS/pay_batch/RBC.pm
+++ b/FS/FS/pay_batch/RBC.pm
@@ -228,5 +228,10 @@ $name = 'RBC';
},
);
+## this format can handle credit transactions
+sub can_handle_credits {
+ 1;
+}
+
1;