From f0fd274206fb317a6d97f33a1aeac396d73ec388 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 20 May 2009 17:00:49 +0000 Subject: [PATCH] Fix: invalid value --- htdocs/fourn/facture/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 202eaf0cda7..1676b2aa948 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -822,7 +822,7 @@ else print ''; if ($conf->produit->enabled && $fac->lignes[$i]->fk_product) { - print ''; + print ''; $product_static=new ProductFournisseur($db); $product_static->fetch($fac->lignes[$i]->fk_product); $text=$product_static->getNomUrl(1);