From c2f76522eb2587f61bed1ec9f2d8fcec2a1f9b1b Mon Sep 17 00:00:00 2001 From: alexis Algoud Date: Thu, 11 May 2017 09:04:14 +0200 Subject: [PATCH] fix form inside table --- htdocs/compta/facture.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index c9f223723be..aad8b77811f 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3805,15 +3805,15 @@ else if ($id > 0 || ! empty($ref)) { if ($object->situation_cycle_ref && $object->statut == 0) { print '
'; - print ''; - - print ''; print ''; print ''; print ''; print ''; + print '
'; + print ''; + if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { print ''; } @@ -3849,9 +3849,11 @@ else if ($id > 0 || ! empty($ref)) print ''; print ''; print ''; - print ''; print '
 %
'; + + print ''; + print '
'; }