diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 16:42:57 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 16:42:57 -0500 |
commit | f0870e1f266e6f463be6c88841bdb2a5ece9bbda (patch) | |
tree | 647deb9a4993493c72853de68816ee67e6ec4d48 | |
parent | 6514e701a6d9f966f12cc5038a605ebc76ed003d (diff) |
Ticket #31679 RBC custnum fix
-rw-r--r-- | FS/FS/pay_batch/RBC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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). |