summaryrefslogtreecommitdiff
path: root/src/sections/3_modify_data.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-07-16 05:04:13 +0200
committerpolo <ordipolo@gmx.fr>2024-07-16 05:04:13 +0200
commit9c9cda0ac823863c6760d77984ea2ecaf87c52ab (patch)
treefc00fd9fbd71bf2b62bca5fe5627f2a9e816870d /src/sections/3_modify_data.php
parentc4a3f80a6dccdff9b2abff6f159ef8fdd4382787 (diff)
downloadAppliGestionPHP-9c9cda0ac823863c6760d77984ea2ecaf87c52ab.zip
renommage complet des ID en id: variables, méthodes, BDD
Diffstat (limited to 'src/sections/3_modify_data.php')
-rw-r--r--src/sections/3_modify_data.php2
1 files changed, 1 insertions, 1 deletions
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
114 } 114 }
115 if($type != 'non_vendue') 115 if($type != 'non_vendue')
116 { 116 {
117 $PrestaDetails->setIDPresta($Presta->getID()); 117 $PrestaDetails->setIdPresta($Presta->getId());
118 $PrestaDetails->hydrate($PrestaDetails->getDetailsByIdPresta()); 118 $PrestaDetails->hydrate($PrestaDetails->getDetailsByIdPresta());
119 } 119 }
120 120