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++; }