From a439c0c5998c428e7bfd533353911ae48b4bee7b 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 Conflicts: httemplate/misc/download-batch.cgi --- FS/FS/pay_batch/RBC.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'FS') 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; -- cgit v1.2.1