diff options
| author | polo <ordipolo@gmx.fr> | 2023-07-22 12:29:47 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-07-22 12:29:47 +0200 |
| commit | 747674b450d6840ce9bd9aecd765cf31445ef8d3 (patch) | |
| tree | 46e47fd65c751e1951d9aa8438aea1b8c2d8aece /src/sections/3_modify_service.php | |
| parent | 9bdfb5196a2ee1cbfc403702e8d2ef88076d366f (diff) | |
| download | AppliGestionPHP-747674b450d6840ce9bd9aecd765cf31445ef8d3.tar.gz AppliGestionPHP-747674b450d6840ce9bd9aecd765cf31445ef8d3.tar.bz2 AppliGestionPHP-747674b450d6840ce9bd9aecd765cf31445ef8d3.zip | |
navigation entre sections, boucle principale, client ou prospect
Diffstat (limited to 'src/sections/3_modify_service.php')
| -rw-r--r-- | src/sections/3_modify_service.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sections/3_modify_service.php b/src/sections/3_modify_service.php deleted file mode 100644 index 3147969..0000000 --- a/src/sections/3_modify_service.php +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | <?php | ||
| 2 | // src/sections/3_modify_service.php | ||
| 3 | // | ||
| 4 | // -- SECTION 3: Modifier une prestation -- | ||
| 5 | |||
| 6 | function modifyService(): int // code de retour, si 2 aller à la section 2, etc | ||
| 7 | { | ||
| 8 | return(0); // menu principal | ||
| 9 | } | ||
