diff options
Diffstat (limited to 'src/sections/3_modify_data.php')
| -rw-r--r-- | src/sections/3_modify_data.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sections/3_modify_data.php b/src/sections/3_modify_data.php new file mode 100644 index 0000000..cc95468 --- /dev/null +++ b/src/sections/3_modify_data.php | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | <?php | ||
| 2 | // src/sections/3_modify_data.php | ||
| 3 | // | ||
| 4 | // -- SECTION 3: Modifier un client, un prospect, une prestation, un devis -- | ||
| 5 | |||
| 6 | function modifyData($Objet): array | ||
| 7 | { | ||
| 8 | return [0, null]; // menu principal | ||
| 9 | } | ||
