[-] BO: Invoices and products order detail are now not empty after deleting a product
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16741 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1119,6 +1119,7 @@ CREATE TABLE `PREFIX_order_detail` (
|
||||
`id_order` int(10) unsigned NOT NULL,
|
||||
`id_order_invoice` int(11) default NULL,
|
||||
`id_warehouse` int(10) unsigned DEFAULT 0,
|
||||
`id_shop` int(11) unsigned NOT NULL,
|
||||
`product_id` int(10) unsigned NOT NULL,
|
||||
`product_attribute_id` int(10) unsigned default NULL,
|
||||
`product_name` varchar(255) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user