From f3138813029d12800be9a9b6ba466abd483c9bc7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Jul 2005 14:50:35 +0000 Subject: [PATCH] Look: Ajout picto propal --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7f9344c1894..28260cdcbc8 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1536,8 +1536,8 @@ else $objp = $db->fetch_object($resql); $var=!$var; print ""; - print "propalid\">$objp->ref\n"; - print "".strftime("%d %B %Y",$objp->dp)."\n"; + print ''.img_object($langs->trans("ShowPropal"),"propal").' '.$objp->ref.''; + print "".dolibarr_print_date($objp->dp)."\n"; print ''.price($objp->price).''; print ""; $total = $total + $objp->price;