summaryrefslogtreecommitdiff
path: root/src/sections/4_get_document.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-08-30 12:20:39 +0200
committerpolo <ordipolo@gmx.fr>2023-08-30 12:20:39 +0200
commit6f4cc3afffde36a13618458ffda72e6104624f36 (patch)
treefbf77181dee390e048bc5fa340ca60bd078ab22b /src/sections/4_get_document.php
parent747674b450d6840ce9bd9aecd765cf31445ef8d3 (diff)
downloadAppliGestionPHP-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.php2
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
6function getDocument($Objet): array 6function 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