From ac4f0d9927591e287800cc8a0ba8a03474ea074f Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Fri, 7 Oct 2022 14:56:08 +0200 Subject: [PATCH] chore: reset debug --- htdocs/contrat/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,";