diff --git a/htdocs/compta/paiement/fiche.php b/htdocs/compta/paiement/fiche.php
index 08192cabaf3..f6436198dda 100644
--- a/htdocs/compta/paiement/fiche.php
+++ b/htdocs/compta/paiement/fiche.php
@@ -114,7 +114,7 @@ if ($db->query($sql))
print '
| '.$langs->trans("Bill").' | '.$langs->trans("Company").' | '; - print ''.$langs->trans("AmountTTC").' | '; + print ''.$langs->trans("AmountTTC").' | '; print " | ' . $objp->nom.' | '; - print ''.price($objp->amount).' | '; + print ''.price($objp->amount).' | '.$objp->paye.' | '; print "\n"; if ($objp->paye == 1) { @@ -145,7 +145,7 @@ if ($db->query($sql)) print "
| '; print ' | Total | '; - print ''.price($total).' | '; + print ''.price($total).' | '; print " |