From e934e0b56e520a60388fcf5a28eea1d13d2276c4 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 22 Mar 2026 19:56:30 +0000 Subject: [PATCH] a --- Framework/Moritio.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Framework/Moritio.php b/Framework/Moritio.php index 2f723645..9c96816e 100755 --- a/Framework/Moritio.php +++ b/Framework/Moritio.php @@ -14,10 +14,13 @@ "icr" => "2026-12-31", "ric" => "2026-03-25", ); + $dateTest = $tab_dateLimiteUsage["$codeSociete"]; + var_dump( + "dateTest" => $dateTest, + ); - var_dump($tab_dateLimiteUsage); - - return "2026-03-31"; + // return "2026-03-31"; + return $dateTest; } function getLicensed($codeSociete, $nomSociete)