diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 16:41:42 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 16:41:42 -0500 |
commit | c8f626eb6f664d9359d859dd03e8439504c4005d (patch) | |
tree | 425b6666d71b103cad7b2b642e1ce1c48fec6f93 | |
parent | ffda3975d8eefa8d08ae9e468dba33448e207ae6 (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). |