Update api_products.class.php
This commit is contained in:
parent
5d9c87a9ea
commit
7b1b7c0ad6
@ -462,7 +462,7 @@ class Products extends DolibarrApi
|
||||
|
||||
$childsArbo = $this->product->getChildsArbo($id, 1);
|
||||
|
||||
$keys = array('rowid','qty', 'fk_product_type', 'label', 'incdec','ref');
|
||||
$keys = array('rowid', 'qty', 'fk_product_type', 'label', 'incdec', 'ref');
|
||||
$childs = array();
|
||||
foreach ($childsArbo as $values) {
|
||||
$childs[] = array_combine($keys, $values);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user