X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpay_batch%2FRBC.pm;h=3d1d98b17c4b09000b30a9360dfdef674eaed281;hb=543d21618b4c8c55e054452cbe064bfa359d449e;hp=dea89cde1e9d50f75412053aa4045c6dd8e1b9b5;hpb=ddcfe66496c323f1f52fdbd00e8babd43249a609;p=freeside.git 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;