// SupplierOrders : added history details per order

This commit is contained in:
bMancone
2011-10-31 13:24:36 +00:00
parent 8f17650f22
commit 835f600020
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'),