Commit bdc6dcaf authored by Romain Courteaud's avatar Romain Courteaud

Add a default value to getPortalTransitInventoryStateList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b4145de8
......@@ -191,6 +191,7 @@ portal_draft_order_state_list = ('cancelled', 'draft', 'auto_planned' )
portal_planned_order_state_list = ('planned', 'ordered', )
portal_future_inventory_state_list = ('planned', 'ordered',)
portal_transit_inventory_state_list = ()
portal_reserved_inventory_state_list = ('confirmed', 'getting_ready', 'ready')
portal_current_inventory_state_list = ('delivered', 'started', 'stopped', 'invoiced')
# invoiced is Coramy specific and should be removed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment