Update ProductCombination.class.php

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

View File

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