From 9c9cda0ac823863c6760d77984ea2ecaf87c52ab Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 16 Jul 2024 05:04:13 +0200 Subject: =?UTF-8?q?renommage=20complet=20des=20ID=20en=20id:=20variables,?= =?UTF-8?q?=20m=C3=A9thodes,=20BDD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sections/3_modify_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sections/3_modify_data.php') diff --git a/src/sections/3_modify_data.php b/src/sections/3_modify_data.php index 279310b..c2f683a 100644 --- a/src/sections/3_modify_data.php +++ b/src/sections/3_modify_data.php @@ -114,7 +114,7 @@ function modifyData($Client): array } if($type != 'non_vendue') { - $PrestaDetails->setIDPresta($Presta->getID()); + $PrestaDetails->setIdPresta($Presta->getId()); $PrestaDetails->hydrate($PrestaDetails->getDetailsByIdPresta()); } -- cgit v1.2.3