diff options
| author | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
| commit | bf6655a534a6775d30cafa67bd801276bda1d98d (patch) | |
| tree | c6381e3f6c81c33eab72508f410b165ba05f7e9c /src/sections/3-1_windows.php | |
| parent | 94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff) | |
| download | AppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.tar.gz AppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.tar.bz2 AppliGestionPHP-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.php | 6 |
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 | ||
| 6 | function makeModifyCustomerWindow(Clients $Customer): ZenityList | 6 | function 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 | ||
| 30 | function makeModifyServiceWindow(Prestations $Service, $ServiceDetails = null): ZenityList | 30 | function 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'], []); |
