diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index ea589ff27f2..3cf9caca252 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -281,7 +281,7 @@ if ($socid > 0) $objp = $db->fetch_object(); $var=!$var; print ""; - print "facid\">$objp->facnumber\n"; + print "facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$objp->facnumber."\n"; if ($objp->df > 0 ) { print "".dolibarr_print_date($objp->df)."\n"; diff --git a/htdocs/compta/paiement/fiche.php b/htdocs/compta/paiement/fiche.php index 6dd0ebe1fb4..00d651bda37 100644 --- a/htdocs/compta/paiement/fiche.php +++ b/htdocs/compta/paiement/fiche.php @@ -156,7 +156,7 @@ if ($db->query($sql)) $var=!$var; print ""; - print ''.img_file().''; + print ''.img_object($langs->trans("ShowBill"),"bill").''; print ' ' . $objp->facnumber; print "\n"; print '' . $objp->nom.'';