Missed commit while merging.

This commit is contained in:
Paramjit Singh Sahota 2014-05-12 12:11:08 +05:30
parent 2ac1156925
commit cce820565d
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ AVAILABLE_STATES = [
('waiting_date', 'Waiting Schedule'),
('progress', 'Sales Order'),
('manual', 'Sale to Invoice'),
('shipping_except', 'Shipping Exception'),
('invoice_except', 'Invoice Exception'),
('done', 'Done'),
]