[freeside-commits] branch master updated. c8f626eb6f664d9359d859dd03e8439504c4005d
Jeremy Davis
jeremyd at 420.am
Mon Dec 1 07:40:35 PST 2014
The branch, master has been updated
via c8f626eb6f664d9359d859dd03e8439504c4005d (commit)
from ffda3975d8eefa8d08ae9e468dba33448e207ae6 (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 c8f626eb6f664d9359d859dd03e8439504c4005d
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Nov 27 16:41:42 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