diff options
Diffstat (limited to 'src/sections/3-1_windows.php')
-rw-r--r-- | src/sections/3-1_windows.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sections/3-1_windows.php b/src/sections/3-1_windows.php index 7952f6d..7e7367b 100644 --- a/src/sections/3-1_windows.php +++ b/src/sections/3-1_windows.php | |||
@@ -55,7 +55,7 @@ function makeModifyServiceWindow(Prestations $Service, $ServiceDetails = null): | |||
55 | 55 | ||
56 | if($Service->getTypePresta() === 'devis') | 56 | if($Service->getTypePresta() === 'devis') |
57 | { | 57 | { |
58 | $entrees[$i][] = ZenitySetup::$modification_presta['devis_facture']; // option changer le devis en facture | 58 | $entrees[$i][] = ZenitySetup::$modification_presta['devis_facture']; // option créer une facture à partir du devis |
59 | $entrees[$i][] = ''; | 59 | $entrees[$i][] = ''; |
60 | //~ $i++; | 60 | //~ $i++; |
61 | } | 61 | } |