From f0870e1f266e6f463be6c88841bdb2a5ece9bbda Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 27 Nov 2014 16:42:57 -0500 Subject: [PATCH] Ticket #31679 RBC custnum fix --- FS/FS/pay_batch/RBC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm index 4b11fdb89..a5c468367 100644 --- a/FS/FS/pay_batch/RBC.pm +++ b/FS/FS/pay_batch/RBC.pm @@ -108,7 +108,7 @@ $name = 'RBC'; sprintf("%3s",$trans_code). sprintf("%10s",$client_num). ' '. - sprintf("%-19s", $cust_pay_batch->paybatchnum). + sprintf("%-19s", $cust_pay_batch->cust_main->custnum). '00'. sprintf("%04s", $bankno). sprintf("%05s", $branch). -- 2.11.0