Fix: load class
This commit is contained in:
parent
83a9b4c009
commit
69ba0b3c91
@ -823,6 +823,7 @@ else
|
|||||||
if ($conf->produit->enabled && $fac->lignes[$i]->fk_product)
|
if ($conf->produit->enabled && $fac->lignes[$i]->fk_product)
|
||||||
{
|
{
|
||||||
print '<input type="hidden" name="productid" value="'.$objp->fk_product.'">';
|
print '<input type="hidden" name="productid" value="'.$objp->fk_product.'">';
|
||||||
|
$product_static=new ProductFournisseur($db);
|
||||||
$product_static->fetch($fac->lignes[$i]->fk_product);
|
$product_static->fetch($fac->lignes[$i]->fk_product);
|
||||||
$text=$product_static->getNomUrl(1);
|
$text=$product_static->getNomUrl(1);
|
||||||
$text.= ' - '.$product_static->libelle;
|
$text.= ' - '.$product_static->libelle;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user