diff options
author | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
commit | ecb77199a60c8d924e02da7d9afab1c9f026a525 (patch) | |
tree | 23ea5f65b03a3a7d6c326a62848545b4892d6ef3 /src/sections/1_customer.php | |
parent | a4d88fd1913758cc95b395eefcf5e9d730450382 (diff) | |
download | AppliGestionPHP-ecb77199a60c8d924e02da7d9afab1c9f026a525.zip |
modification de prestation moins dangereuse grâce à shell_exec()
Diffstat (limited to 'src/sections/1_customer.php')
-rw-r--r-- | src/sections/1_customer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sections/1_customer.php b/src/sections/1_customer.php index ae8067f..b0e3283 100644 --- a/src/sections/1_customer.php +++ b/src/sections/1_customer.php | |||
@@ -7,7 +7,6 @@ function newCustomer(): array | |||
7 | { | 7 | { |
8 | // fenêtres | 8 | // fenêtres |
9 | $TypeDeClient = new ZenityList(ZenitySetup::$type_client['text'], ZenitySetup::$type_client['entrees']); | 9 | $TypeDeClient = new ZenityList(ZenitySetup::$type_client['text'], ZenitySetup::$type_client['entrees']); |
10 | //~ $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client_text, ZenitySetup::$nouveau_client_entrees); | ||
11 | $FinSection1 = new ZenityList(ZenitySetup::$fin_section_1['text'], ZenitySetup::$fin_section_1['entrees']); | 10 | $FinSection1 = new ZenityList(ZenitySetup::$fin_section_1['text'], ZenitySetup::$fin_section_1['entrees']); |
12 | 11 | ||
13 | // -- partie 1: client ou prospect? -- | 12 | // -- partie 1: client ou prospect? -- |