Home
last modified time | relevance | path

Searched refs:fk_product_child (Results 1 – 25 of 25) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/variants/class/
H A DProductCombination.class.php48 public $fk_product_child; variable in ProductCombination
125 $this->fk_product_child = $obj->fk_product_child;
264 $this->fk_product_child = $result->fk_product_child;
300 $tmp->fk_product_child = $result->fk_product_child;
350 $sql .= " VALUES (".((int) $this->fk_product_parent).", ".((int) $this->fk_product_child).",";
452 $res = $prodstatic->fetch($prodcomb->fk_product_child);
486 $child->fetch($this->fk_product_child);
498 $varlabel = $this->getCombinationLabel($this->fk_product_child);
844 if ($newcomb->fk_product_child) {
845 $res = $newproduct->fetch($existingCombination->fk_product_child);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/variants/class/
H A DProductCombination.class.php48 public $fk_product_child; variable in ProductCombination
125 $this->fk_product_child = $obj->fk_product_child;
262 $this->fk_product_child = $result->fk_product_child;
298 $tmp->fk_product_child = $result->fk_product_child;
350 $sql .= " VALUES (".((int) $this->fk_product_parent).", ".((int) $this->fk_product_child).",";
452 $res = $prodstatic->fetch($prodcomb->fk_product_child);
487 $child->fetch($this->fk_product_child);
501 $varlabel = $this->getCombinationLabel($this->fk_product_child);
843 if ($newcomb->fk_product_child) {
844 $res = $newproduct->fetch($existingCombination->fk_product_child);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_product_attribute_combination.key.sql20 …E llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
H A Dllx_product_attribute_combination.sql25 fk_product_child INTEGER NOT NULL, -- id of product id that is variant (child) product field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_product_attribute_combination.key.sql20 …E llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
H A Dllx_product_attribute_combination.sql25 fk_product_child INTEGER NOT NULL, -- id of product id that is variant (child) product field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/variants/
H A Dcombinations.php284 …oduct) || ($delete_product == 'on' && $prodstatic->fetch($prodcomb->fk_product_child) > 0 && $prod…
717 $prodstatic->fetch($prodcomb->fk_product_child);
846 $prodstatic->fetch($currcomb->fk_product_child);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/variants/
H A Dcombinations.php296 …oduct) || ($delete_product == 'on' && $prodstatic->fetch($prodcomb->fk_product_child) > 0 && $prod…
743 $prodstatic->fetch($prodcomb->fk_product_child);
869 $prodstatic->fetch($currcomb->fk_product_child);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/
H A Dproduct.php1076 $prodstatic->fetch($currcomb->fk_product_child);
1100 …?php echo dol_buildpath('/product/stock/product.php?id='.$currcomb->fk_product_child, 2) ?>"><?php…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/
H A Dproduct.php1249 $prodstatic->fetch($currcomb->fk_product_child);
1273 …?php echo dol_buildpath('/product/stock/product.php?id='.$currcomb->fk_product_child, 2) ?>"><?php…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D9.0.0-10.0.0.sql305 …E llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
H A D5.0.0-6.0.0.sql213 fk_product_child INT NOT NULL, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D9.0.0-10.0.0.sql305 …E llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
H A D5.0.0-6.0.0.sql213 fk_product_child INT NOT NULL, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/class/
H A Dapi_products.class.php1622 $productModel->fetch((int) $combination->fk_product_child);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dcard.php421 $idprod = $res->fk_product_child;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dcard.php439 $idprod = $res->fk_product_child;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/propal/
H A Dcard.php869 $idprod = $res->fk_product_child;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/commande/
H A Dcard.php692 $idprod = $res->fk_product_child;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/propal/
H A Dcard.php866 $idprod = $res->fk_product_child;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/commande/
H A Dcard.php676 $idprod = $res->fk_product_child;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/
H A Dcard.php1245 $idprod = $res->fk_product_child;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/
H A Dcard.php1391 $idprod = $res->fk_product_child;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/
H A Dcard.php1980 $idprod = $res->fk_product_child;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dcard.php2051 $idprod = $res->fk_product_child;