diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 6d3432c0927..87305059b3f 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -358,13 +358,14 @@ if ($_GET["action"] == 'create') print ''; print "\n"; - print "
\n"; + print "\n"; if ($propalid) { /* * Produits */ + print '
'; print_titre($langs->trans("Products")); print ''; @@ -426,6 +427,8 @@ if ($_GET["action"] == 'create') { dolibarr_print_error($db); } + + print ''; } else /* *************************************************************************** */