[*] FO : Update filename if product has combinations (and files associated to them)

This commit is contained in:
lBrieu
2011-10-03 15:39:06 +00:00
parent 2f713b9fd1
commit b5b2a4ffb6
-1
View File
@@ -509,7 +509,6 @@ class OrderCore extends ObjectModel
/* Stock product */
$resultArray[(int)$row['id_order_detail']] = $row;
}
p($resultArray);
return $resultArray;
}