// SupplierOrders : added history details per order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9749 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-10-31 13:24:36 +00:00
parent a73ff13321
commit 714757dcac
2 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -1420,7 +1420,7 @@ Country:name
phone' WHERE `PREFIX_address_format`.`id_country` = 4;
INSERT INTO `ps_supplier_order_state` (`id_supplier_order_state`, `delivery_note`, `editable`, `receipt_state`, `pending_receipt`, `color`) VALUES
(1, 0, 1, 0, 0, '#ffe1af'),
(1, 0, 1, 0, 0, 'lightblue'),
(2, 1, 0, 0, 0, '#e7fbff'),
(3, 0, 0, 0, 1, '#ffdbfd'),
(4, 0, 0, 1, 1, '#ffd3d3'),