diff options
author | polo <ordipolo@gmx.fr> | 2023-08-30 12:20:39 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-08-30 12:20:39 +0200 |
commit | 6f4cc3afffde36a13618458ffda72e6104624f36 (patch) | |
tree | fbf77181dee390e048bc5fa340ca60bd078ab22b /src/sections/4_get_document.php | |
parent | 747674b450d6840ce9bd9aecd765cf31445ef8d3 (diff) | |
download | AppliGestionPHP-6f4cc3afffde36a13618458ffda72e6104624f36.zip |
section client à part, section modif en cours, bug dans Dates,
Diffstat (limited to 'src/sections/4_get_document.php')
-rw-r--r-- | src/sections/4_get_document.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sections/4_get_document.php b/src/sections/4_get_document.php index e28e526..baad117 100644 --- a/src/sections/4_get_document.php +++ b/src/sections/4_get_document.php | |||
@@ -3,7 +3,7 @@ | |||
3 | // | 3 | // |
4 | // -- SECTION 4: Afficher, imprimer un document -- | 4 | // -- SECTION 4: Afficher, imprimer un document -- |
5 | 5 | ||
6 | function getDocument($Objet): array | 6 | function getOrPrintDocument(): array |
7 | { | 7 | { |
8 | $MenuDocuments = new ZenityList(ZenitySetup::$menu_documents_text, ZenitySetup::$menu_documents_entrees); | 8 | $MenuDocuments = new ZenityList(ZenitySetup::$menu_documents_text, ZenitySetup::$menu_documents_entrees); |
9 | 9 | ||