dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] How can this condition be true ?


From: Philippe GRAND
Subject: [Dolibarr-dev] How can this condition be true ?
Date: Fri, 1 Mar 2019 15:30:01 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:66.0) Gecko/20100101 Thunderbird/66.0

Hi all

within function pdf_getlinedesc($object,$i,$outputlangs,$hideref=0,$hidedesc=0,$issupplierline=0)

I wonder how I can get this condition true :

if ($issupplierline)
    {
        include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
        $prodser = new ProductFournisseur($db);
    }

.....

Regards

Philippe GRAND




reply via email to

[Prev in Thread] Current Thread [Next in Thread]