fix comment doc

This commit is contained in:
Quentin VIAL-GOUTEYRON 2022-02-10 10:46:04 +01:00
parent 7cf9448609
commit dd0202de47

View File

@ -1106,8 +1106,8 @@ class BOM extends CommonObject
/**
* Get Net needs by product
*
* @param array $TNetNeeds
* @param int $qty
* @param array $TNetNeeds Array of ChildBom and infos linked to
* @param int $qty qty needed
* @return void
*/
public function getNetNeeds(&$TNetNeeds = array(), $qty = 0)
@ -1126,9 +1126,9 @@ class BOM extends CommonObject
/**
* Get Net needs Tree by product or bom
*
* @param array $TNetNeeds
* @param int $qty
* @param int $level
* @param array $TNetNeeds Array of ChildBom and infos linked to
* @param int $qty qty needed
* @param int $level level of recursivity
* @return void
*/
public function getNetNeedsTree(&$TNetNeeds = array(), $qty = 0, $level = 0)