From e44835f640559a6eb5bc831e08732d5ab8947dd4 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 16 Jul 2018 14:40:39 -0400 Subject: RT# 74435 - added check, to make sure batch format can handle refunds --- FS/FS/pay_batch/RBC.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'FS/FS/pay_batch') diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm index dea89cde1..3d1d98b17 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; -- cgit v1.2.1