[freeside-commits] branch FREESIDE_3_BRANCH updated. f0870e1f266e6f463be6c88841bdb2a5ece9bbda
Jeremy Davis
jeremyd at 420.am
Mon Dec 1 07:41:52 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via f0870e1f266e6f463be6c88841bdb2a5ece9bbda (commit)
from 6514e701a6d9f966f12cc5038a605ebc76ed003d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f0870e1f266e6f463be6c88841bdb2a5ece9bbda
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Nov 27 16:42:57 2014 -0500
Ticket #31679 RBC custnum fix
diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm
index 4b11fdb..a5c4683 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).
-----------------------------------------------------------------------
Summary of changes:
FS/FS/pay_batch/RBC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list