diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index 0ca4b4d879d..92290ee0656 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -1511,9 +1511,11 @@ else // Title line for service $cursorline=1; - while ($cursorline <= $nbofservices) + print '
'; + while ($cursorline <= $nbofservices) { - print '
'; + print '
'; + print ''; print ''; print ''; print ''; @@ -2027,9 +2029,10 @@ else print ''; } - + print '
'; $cursorline++; } + print '
'; // Form to add new line if ($user->rights->contrat->creer && ($object->statut == 0))