summaryrefslogtreecommitdiff
path: root/src/sections/3-1_windows.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
committerpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
commitbf6655a534a6775d30cafa67bd801276bda1d98d (patch)
treec6381e3f6c81c33eab72508f410b165ba05f7e9c /src/sections/3-1_windows.php
parent94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff)
downloadAppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'src/sections/3-1_windows.php')
-rw-r--r--src/sections/3-1_windows.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sections/3-1_windows.php b/src/sections/3-1_windows.php
index 31c6cee..76d01dd 100644
--- a/src/sections/3-1_windows.php
+++ b/src/sections/3-1_windows.php
@@ -1,9 +1,9 @@
1<?php 1<?php
2// src/sections/3-1_windows.php 2// src/sections/3-1_windows.php
3// 3//
4// fonctions pour 3_modify_data.php 4// fonctions pour src/sections/3_modify_data.php
5 5
6function makeModifyCustomerWindow(Clients $Customer): ZenityList 6function makeModifyCustomerWindow(Client $Customer): ZenityList
7{ 7{
8 // fenêtre 8 // fenêtre
9 $ModifyCustomer = new ZenityList(ZenitySetup::$modification_client['text'], []); 9 $ModifyCustomer = new ZenityList(ZenitySetup::$modification_client['text'], []);
@@ -27,7 +27,7 @@ function makeModifyCustomerWindow(Clients $Customer): ZenityList
27 return $ModifyCustomer; 27 return $ModifyCustomer;
28} 28}
29 29
30function makeModifyServiceWindow(Prestations $Service, $ServiceDetails = null): ZenityList 30function makeModifyServiceWindow(Prestation $Service, $ServiceDetails = null): ZenityList
31{ 31{
32 // fenêtre 32 // fenêtre
33 $ModifyService = new ZenityList(ZenitySetup::$modification_presta['text'], []); 33 $ModifyService = new ZenityList(ZenitySetup::$modification_presta['text'], []);