summaryrefslogtreecommitdiff
path: root/src/sections/1_customer.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/sections/1_customer.php')
-rw-r--r--src/sections/1_customer.php1
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? --