Update ProductCombination.class.php
This commit is contained in:
parent
1d3c54dd64
commit
9293d1917a
@ -1210,10 +1210,9 @@ class ProductCombinationLevel
|
|||||||
/**
|
/**
|
||||||
* Create new Product Combination Price level from Parent
|
* Create new Product Combination Price level from Parent
|
||||||
*
|
*
|
||||||
* @param DoliDB $db Database handler
|
* @param DoliDB $db Database handler
|
||||||
* @param ProductCombination $productCombination Product combination
|
* @param ProductCombination $productCombination Product combination
|
||||||
* @param int $fkPriceLevel Price level
|
* @param int $fkPriceLevel Price level
|
||||||
*
|
|
||||||
* @return ProductCombinationLevel
|
* @return ProductCombinationLevel
|
||||||
*/
|
*/
|
||||||
public static function createFromParent(DoliDB $db, ProductCombination $productCombination, $fkPriceLevel)
|
public static function createFromParent(DoliDB $db, ProductCombination $productCombination, $fkPriceLevel)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user