From e464c7a554142cd4df5dae5c688a70000d7d8a0c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 29 May 2015 12:17:25 -0700 Subject: [PATCH] set RBC batch payment due date one day in the future, #35143 --- 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 1310640e1..47fc8d49d 100644 --- a/FS/FS/pay_batch/RBC.pm +++ b/FS/FS/pay_batch/RBC.pm @@ -174,7 +174,7 @@ $name = 'RBC'; ' '. sprintf("%010.0f",$cust_pay_batch->amount*100). ' '. - time2str("%Y%j", $pay_batch->download). + time2str("%Y%j", time + 86400). sprintf("%-30.30s", encode('utf8', $cust_pay_batch->cust_main->first . ' ' . $cust_pay_batch->cust_main->last)). 'E'. # English -- 2.11.0