Home
last modified time | relevance | path

Searched refs:qtytosearch (Results 1 – 6 of 6) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/supplier_proposal/
H A Dcard.php627 $qtytosearch = -1; // We force qty to -1 to be sure to find if the supplier price that exists variable
628 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/supplier_proposal/
H A Dcard.php605 $qtytosearch = -1; // We force qty to -1 to be sure to find if the supplier price that exists variable
606 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dcard.php457 $qtytosearch = $qty; // Just to see if a price exists for the quantity. Not used to found vat. variable
459 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dcard.php472 $qtytosearch = $qty; // Just to see if a price exists for the quantity. Not used to found vat. variable
474 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/
H A Dcard.php1281 $qtytosearch = $qty; // Just to see if a price exists for the quantity. Not used to found vat. variable
1283 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/
H A Dcard.php1424 $qtytosearch = $qty; // Just to see if a price exists for the quantity. Not used to found vat. variable
1426 $idprod = $productsupplier->get_buyprice(GETPOST('idprodfournprice', 'alpha'), $qtytosearch);