Update ProductCombination.class.php

This commit is contained in:
Laurent Destailleur 2020-09-03 12:37:30 +02:00 committed by GitHub
parent 1d3c54dd64
commit 9293d1917a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1210,10 +1210,9 @@ class ProductCombinationLevel
/**
* Create new Product Combination Price level from Parent
*
* @param DoliDB $db Database handler
* @param ProductCombination $productCombination Product combination
* @param int $fkPriceLevel Price level
*
* @param DoliDB $db Database handler
* @param ProductCombination $productCombination Product combination
* @param int $fkPriceLevel Price level
* @return ProductCombinationLevel
*/
public static function createFromParent(DoliDB $db, ProductCombination $productCombination, $fkPriceLevel)