From a970f78c4ede7ca785f8dca67f8c70680c10b3ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Mar 2022 21:34:14 +0100 Subject: [PATCH] css --- htdocs/compta/facture/invoicetemplate_list.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php index a07d95094dd..af1ab95c2b5 100644 --- a/htdocs/compta/facture/invoicetemplate_list.php +++ b/htdocs/compta/facture/invoicetemplate_list.php @@ -721,7 +721,6 @@ if ($resql) { if (!empty($arrayfields['f.titre']['checked'])) { print ''; print $invoicerectmp->getNomUrl(1); - print ""; print "\n"; if (!$i) { $totalarray['nbfield']++; @@ -765,7 +764,7 @@ if ($resql) { } // Payment term if (!empty($arrayfields['f.fk_cond_reglement']['checked'])) { - print ''; + print ''; $form->form_conditions_reglement('', $objp->fk_cond_reglement, 'none'); print ''."\n"; if (!$i) { @@ -774,7 +773,7 @@ if ($resql) { } // Payment mode if (!empty($arrayfields['f.fk_mode_reglement']['checked'])) { - print ''; + print ''; $form->form_modes_reglement('', $objp->fk_mode_reglement, 'none'); print ''."\n"; if (!$i) {