diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index 9a81c1ccac4..99eb5a4550a 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -1494,7 +1494,7 @@ if ($action == 'create') { print '
'; while ($cursorline <= $nbofservices) { - print '
'; + print '
'; print '
'; print ''; print ''; @@ -1503,7 +1503,7 @@ if ($action == 'create') { // Area with common detail of line print '
'; - print ''; + print '
'; $sql = "SELECT cd.rowid, cd.statut, cd.label as label_det, cd.fk_product, cd.product_type, cd.description, cd.price_ht, cd.qty,"; $sql .= " cd.tva_tx, cd.vat_src_code, cd.remise_percent, cd.info_bits, cd.subprice, cd.multicurrency_subprice,";