Merge pull request #1011 from marcosgdf/minor

Avoid warnings
This commit is contained in:
Laurent Destailleur 2013-06-02 04:29:23 -07:00
commit 4f0758f9b1

View File

@ -2157,7 +2157,6 @@ class Product extends CommonObject
'fullpath' => $compl_path.$label, // Label 'fullpath' => $compl_path.$label, // Label
'type'=>$type // Nb of units that compose parent product 'type'=>$type // Nb of units that compose parent product
); );
}
// Recursive call if child is an array // Recursive call if child is an array
if (is_array($desc_pere['childs'])) if (is_array($desc_pere['childs']))
@ -2167,6 +2166,7 @@ class Product extends CommonObject
} }
} }
} }
}
/** /**
* fonction recursive uniquement utilisee par get_each_prod, ajoute chaque sousproduits dans le tableau res * fonction recursive uniquement utilisee par get_each_prod, ajoute chaque sousproduits dans le tableau res