[-] FO : #PSFV-797 - Fix bug with order detail and customized products

[-] BO : #PSFV-797 - Fix bug with order editing  and customized products
This commit is contained in:
mDeflotte
2012-04-12 13:02:18 +00:00
parent 6abbb7e25b
commit 6fa5aedca8
5 changed files with 218 additions and 124 deletions
+3
View File
@@ -549,6 +549,9 @@ class OrderCore extends ObjectModel
// Get the display filename
$row['display_filename'] = ProductDownload::getFilenameFromFilename($row['filename']);
}
$row['id_address_delivery'] = $this->id_address_delivery;
/* Stock product */
$resultArray[(int)$row['id_order_detail']] = $row;
}