diff options
author | polo <ordipolo@gmx.fr> | 2024-07-16 05:04:13 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-07-16 05:04:13 +0200 |
commit | 9c9cda0ac823863c6760d77984ea2ecaf87c52ab (patch) | |
tree | fc00fd9fbd71bf2b62bca5fe5627f2a9e816870d /src/sections/3_modify_data.php | |
parent | c4a3f80a6dccdff9b2abff6f159ef8fdd4382787 (diff) | |
download | AppliGestionPHP-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.php | 2 |
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 | ||