From 923b0215b16976f0dbdb913a488381d4ca3e6ecf Mon Sep 17 00:00:00 2001 From: stakovicz Date: Wed, 31 Jan 2024 13:34:59 +0100 Subject: [PATCH] Corrige la date du changement du RIB --- sources/AppBundle/Compta/BankAccount/BankAccountFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/AppBundle/Compta/BankAccount/BankAccountFactory.php b/sources/AppBundle/Compta/BankAccount/BankAccountFactory.php index 48e99345e..158d7d49e 100644 --- a/sources/AppBundle/Compta/BankAccount/BankAccountFactory.php +++ b/sources/AppBundle/Compta/BankAccount/BankAccountFactory.php @@ -6,7 +6,7 @@ class BankAccountFactory { public function createApplyableAt(\DateTimeInterface $applicationDate = null) { - $comparisonDate = new \Datetime('2021-01-01'); + $comparisonDate = new \Datetime('2023-01-01'); $comparisonDate->setTime(0, 0, 1); if (null === $applicationDate || $applicationDate > $comparisonDate) {