From 69ba0b3c910e3724de0d495e9acf46d6697f587b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 18 May 2009 08:13:51 +0000 Subject: [PATCH] Fix: load class --- htdocs/fourn/facture/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index c322180efa9..202eaf0cda7 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -823,6 +823,7 @@ else if ($conf->produit->enabled && $fac->lignes[$i]->fk_product) { print ''; + $product_static=new ProductFournisseur($db); $product_static->fetch($fac->lignes[$i]->fk_product); $text=$product_static->getNomUrl(1); $text.= ' - '.$product_static->libelle;