Code comment
This commit is contained in:
parent
941a8e5e2b
commit
19ae24f693
@ -3392,7 +3392,7 @@ class Product extends CommonObject
|
|||||||
* @param int $id Id of product to search childs of
|
* @param int $id Id of product to search childs of
|
||||||
* @param int $firstlevelonly Return only direct child
|
* @param int $firstlevelonly Return only direct child
|
||||||
* @param int $level Level of recursing call (start to 1)
|
* @param int $level Level of recursing call (start to 1)
|
||||||
* @return array Prod
|
* @return array Return array(prodid=>array(0=prodid, 1=>qty, 2=> ...)
|
||||||
*/
|
*/
|
||||||
function getChildsArbo($id, $firstlevelonly=0, $level=1)
|
function getChildsArbo($id, $firstlevelonly=0, $level=1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user