diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index b1333fe4a23..7cf5a2237ee 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -278,11 +278,11 @@ if ($_GET["action"] == 'create') print '
| '.$langs->trans("Ref").': | '; + print '|
| '.$langs->trans("Ref").' | '; print '|
| '.$langs->trans("Customer").': | '.$obj->nom.' |
| '.$langs->trans("Customer").' | '.$obj->nom.' |
| '.$langs->trans("TypeContact_contrat_internal_SALESREPFOLL").' | '; @@ -335,13 +335,13 @@ if ($_GET["action"] == 'create') } print ' |
| '.$langs->trans("Date").' : | '; + print ' |
| '.$langs->trans("Date").' | '; $html->select_date(); print " |
| '.$langs->trans("Project").' : | '; + print ' |
| '.$langs->trans("Project").' | '; $proj = new Project($db); $html->select_array("projetid",$proj->liste_array($soc->id),0,1); print " |