diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php index 1ee79aeafd9..5e71ff5c50c 100644 --- a/htdocs/compta/paiement/cheque/index.php +++ b/htdocs/compta/paiement/cheque/index.php @@ -99,6 +99,7 @@ $sql .= $db->plimit($max); $resql = $db->query($sql); if ($resql) { + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; print ''; @@ -126,9 +127,9 @@ if ($resql) print ''."\n"; - print ''; + print ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -136,6 +137,7 @@ if ($resql) print ''; } print "
'.$langs->trans("LastCheckReceiptShort", $max).'
'.$checkdepositstatic->getNomUrl(1).''.$checkdepositstatic->getNomUrl(1).''.dol_print_date($db->jdate($objp->db), 'day').''.$accountstatic->getNomUrl(1).''.$accountstatic->getNomUrl(1).''.$objp->nbcheque.''.price($objp->amount).''.$checkdepositstatic->LibStatut($objp->statut, 3).'
"; + print '
'; $db->free($resql); } else {