// stock : update supplier orders interface + change state bug fix

This commit is contained in:
dSevere
2011-11-08 17:55:17 +00:00
parent 8a8c83d930
commit 43e1e225d7
8 changed files with 94 additions and 59 deletions
+6 -6
View File
@@ -1531,12 +1531,12 @@ Country:name
phone' WHERE `PREFIX_address_format`.`id_country` = 4;
INSERT INTO `PREFIX_supplier_order_state` (`id_supplier_order_state`, `delivery_note`, `editable`, `receipt_state`, `pending_receipt`, `enclosed`, `color`) VALUES
(1, 0, 1, 0, 0, 0, 'lightblue'),
(2, 1, 0, 0, 0, 0, '#e7fbff'),
(3, 0, 0, 0, 1, 0, '#ffdbfd'),
(4, 0, 0, 1, 1, 0, '#ffd3d3'),
(5, 0, 0, 1, 0, 1, '#d8ffd7'),
(6, 0, 0, 0, 0, 1, '#cccccc');
(1, 0, 1, 0, 0, 0, '#faab00'),
(2, 1, 0, 0, 0, 0, '#273cff'),
(3, 0, 0, 0, 1, 0, '#ff37f5'),
(4, 0, 0, 1, 1, 0, '#ff3e33'),
(5, 0, 0, 1, 0, 1, '#00d60c'),
(6, 0, 0, 0, 0, 1, '#666666');
INSERT INTO `PREFIX_supplier_order_state_lang` (`id_supplier_order_state`, `id_lang`, `name`) VALUES
(1, 1, 'creation in progress'),