diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
index 0ac225602a6..71141605dc9 100644
--- a/htdocs/compta/paiement.php
+++ b/htdocs/compta/paiement.php
@@ -167,8 +167,12 @@ if ($_GET["action"] == 'create')
}
print "";
print "\n";
+
print '
';
print ' | ';
+
+ print "| Numéro : | Numéro du chèque / virement |
\n";
+
print "| Compte à créditer : | ";
print " |
\n";
- print "| Numéro : | Numéro du chèque / virement |
\n";
-
/*
* Autres factures impayées
*/
diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
index 9c6616a376c..d3e9f98a00f 100644
--- a/htdocs/fourn/facture/paiement.php
+++ b/htdocs/fourn/facture/paiement.php
@@ -143,6 +143,8 @@ if ($action == 'create')
print "";
print ' | ';
+ print "| Numéro : | Num du cheque ou virement |
\n";
+
print "| Compte à débiter : | ";
print " |
\n";
- print "| Numéro : | Num du cheque ou virement |
\n";
print "| Reste à payer : | ".price($total - $sumpayed)." euros TTC |
\n";
print "| Montant : | |
\n";
print ' |
';