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