From 00db4788ccb3168ea778b8a68df68b74622498f4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 26 Jul 2005 15:59:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20lien=20invalide=20sur=20les=20factures?= =?UTF-8?q?=20et=20exp=E9ditions=20associ=E9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index 8b8e1ce047d..13fce187438 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -316,7 +316,7 @@ if ($_GET["id"] > 0) $objp = $db->fetch_object($result); $var=!$var; print ""; - print ''.img_object($langs->trans("ShowBill"),"bill").' '.$objp->facnumber.''; + print ''.img_object($langs->trans("ShowBill"),"bill").' '.$objp->facnumber.''; print ''.dolibarr_print_date($objp->df).''; print ''.$objp->total_ttc.''; $i++; @@ -355,7 +355,7 @@ if ($_GET["id"] > 0) $objp = $db->fetch_object($result); $var=!$var; print ""; - print ''.img_object($langs->trans("ShowSending"),"sending").' '.$objp->ref.''; + print ''.img_object($langs->trans("ShowSending"),"sending").' '.$objp->ref.''; print "".dolibarr_print_date($objp->de)."\n"; $i++; }