Avoid warnings

This commit is contained in:
Marcos García 2013-06-01 16:11:45 +02:00
parent 694eef9386
commit cf1d269f15

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