diff options
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'], []); |
