summaryrefslogtreecommitdiff
path: root/src/sections/3_modify_data.php
diff options
context:
space:
mode:
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