From fdd067138d7fb3604b0e526db00952b44f3ef739 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Feb 2005 21:38:54 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Personalisation=20des=20soci=E9t=E9s=20p?= =?UTF-8?q?ar=20picto.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/fiche.php | 2 +- htdocs/compta/paiement/fiche.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.'';