diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index ae1178adf9a..aedb8f639a7 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -1499,8 +1499,10 @@ else // Title line for service $cursorline=1; + print '
'; while ($cursorline <= $nbofservices) { + print '
'; print '
'; print ''; print ''; @@ -2015,10 +2017,12 @@ else print '
'; } - + + print '
'; $cursorline++; } - + print '
'; + // Form to add new line if ($user->rights->contrat->creer && ($object->statut == 0)) {