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/2_quotations.php | |
parent | 9bdfb5196a2ee1cbfc403702e8d2ef88076d366f (diff) | |
download | AppliGestionPHP-747674b450d6840ce9bd9aecd765cf31445ef8d3.zip |
navigation entre sections, boucle principale, client ou prospect
Diffstat (limited to 'src/sections/2_quotations.php')
-rw-r--r-- | src/sections/2_quotations.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sections/2_quotations.php b/src/sections/2_quotations.php deleted file mode 100644 index 76b66fd..0000000 --- a/src/sections/2_quotations.php +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | <?php | ||
2 | // src/sections/2_quotations.php | ||
3 | // | ||
4 | // -- SECTION 2: Devis -- | ||
5 | |||
6 | function quotation(): int // code de retour, si 2 aller à la section 2, etc | ||
7 | { | ||
8 | return(0); // menu principal | ||
9 | } | ||