From f10b77f1909a9ff3c105ad450fe005237a345754 Mon Sep 17 00:00:00 2001 From: phf Date: Mon, 15 May 2017 15:05:42 +0200 Subject: [PATCH] Fix html id 'tablelines' exist twice --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index aad8b77811f..c871594f16a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3811,7 +3811,7 @@ else if ($id > 0 || ! empty($ref)) print ''; print ''; - print ''; + print '
'; print ''; if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {