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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8987 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lBrieu
2011-10-03 15:39:06 +00:00
parent ad7cef7424
commit 79115b2572
-1
View File
@@ -509,7 +509,6 @@ class OrderCore extends ObjectModel
/* Stock product */
$resultArray[(int)$row['id_order_detail']] = $row;
}
p($resultArray);
return $resultArray;
}