diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
index b48fef9759a..fd07cc7bf89 100644
--- a/htdocs/fourn/class/paiementfourn.class.php
+++ b/htdocs/fourn/class/paiementfourn.class.php
@@ -118,6 +118,7 @@ class PaiementFourn extends Paiement
$this->bank_account = $obj->fk_account;
$this->bank_line = $obj->fk_bank;
$this->montant = $obj->amount;
+ $this->amount = $obj->amount;
$this->note = $obj->note;
$this->type_code = $obj->paiement_code;
$this->type_libelle = $obj->paiement_type;
diff --git a/htdocs/fourn/paiement/card.php b/htdocs/fourn/paiement/card.php
index 6d9661ded5d..6aec24bb0a8 100644
--- a/htdocs/fourn/paiement/card.php
+++ b/htdocs/fourn/paiement/card.php
@@ -274,10 +274,9 @@ if ($result > 0)
$i = 0;
$total = 0;
- print ''.$langs->trans("Invoices").'
';
print '
| '.$langs->trans('Ref').' | '; + print ''.$langs->trans('Invoice').' | '; print ''.$langs->trans('RefSupplier').' | '; print ''.$langs->trans('Company').' | '; print ''.$langs->trans('ExpectedToPay').' | ';