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 '
'; }