Doxygen
This commit is contained in:
parent
ba2c0a2651
commit
50b09fa8a9
@ -2650,10 +2650,11 @@ class Product extends CommonObject
|
|||||||
* Fonction recursive uniquement utilisee par get_arbo_each_prod, recompose l'arborescence des sousproduits
|
* Fonction recursive uniquement utilisee par get_arbo_each_prod, recompose l'arborescence des sousproduits
|
||||||
* Define value of this->res
|
* Define value of this->res
|
||||||
*
|
*
|
||||||
* @param array $prod Products array
|
* @param array $prod Products array
|
||||||
* @param string $compl_path Directory path of parents to add before
|
* @param string $compl_path Directory path of parents to add before
|
||||||
* @param int $multiply Because each sublevel must be multiplicated by parent nb
|
* @param int $multiply Because each sublevel must be multiplicated by parent nb
|
||||||
* @param int $level Init level
|
* @param int $level Init level
|
||||||
|
* @param int $id_parent Id parent
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function fetch_prod_arbo($prod, $compl_path="", $multiply=1, $level=1, $id_parent=0)
|
function fetch_prod_arbo($prod, $compl_path="", $multiply=1, $level=1, $id_parent=0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user