diff --git a/htdocs/compta/prelevement/index.php b/htdocs/compta/prelevement/index.php
index 80d7abb4f0a..b800339031d 100644
--- a/htdocs/compta/prelevement/index.php
+++ b/htdocs/compta/prelevement/index.php
@@ -71,7 +71,7 @@ $thirdpartystatic=new Societe($db);
$invoicestatic=new Facture($db);
$bprev = new BonPrelevement($db);
-
+print '
';
print '
';
print '| '.$langs->trans("Statistics").' |
';
@@ -85,7 +85,7 @@ print '';
print '| '.$langs->trans("AmountToWithdraw").' | ';
print '';
print price($bprev->SommeAPrelever(), '', '', 1, -1, -1, 'auto');
-print ' |
';
+print '
';
@@ -116,6 +116,7 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
+ print '';
print '
';
print '';
print '| '.$langs->trans("InvoiceWaitingWithdraw").' ('.$num.') |
';
@@ -162,7 +163,7 @@ if ($resql)
{
print '| '.$langs->trans("NoInvoiceToWithdraw", $langs->transnoentitiesnoconv("StandingOrders")).' |
';
}
- print "
";
+ print "
";
}
else
{
@@ -189,6 +190,7 @@ if ($result)
$i = 0;
print"\n\n";
+ print '';
print '
';
print '| '.$langs->trans("LastWithdrawalReceipt", $limit).' | ';
print ''.$langs->trans("Date").' | ';
@@ -216,7 +218,7 @@ if ($result)
print "
\n";
$i++;
}
- print "
";
+ print "
";
$db->free($result);
}
else