From 0d3cfe445fe2aca396c66f9c1cb53ff0e9ae09d6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Jul 2020 14:16:57 +0200 Subject: [PATCH] Fix phpcs --- htdocs/contrat/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index ccd82d43e0e..7904bd321ae 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -2087,12 +2087,12 @@ if ($action == 'create') if ($action == 'showclosedlines') print '
'.$langs->trans("HideClosedServices").'
'; else print '
'.$langs->trans("ShowClosedServices").'
'; } - + // Clone if ($user->rights->contrat->creer) { print '
'.$langs->trans("ToClone").'
'; } - + // On peut supprimer entite si // - Droit de creer + mode brouillon (erreur creation) // - Droit de supprimer