Commit 79b4f80d authored by Sebastien Robin's avatar Sebastien Robin

invoice_movemnet_type_list should be included into movement_type_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2301 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e68d8d62
...@@ -100,7 +100,7 @@ portal_delivery_movement_type_list = ( ...@@ -100,7 +100,7 @@ portal_delivery_movement_type_list = (
'Movement MP Line', 'Movement MP Line',
'Movement PF Line', 'Movement PF Line',
'Purchase Packing List Line', 'Purchase Packing List Line',
'Sales Packing List Line', 'Sale Packing List Line',
'Production Report Component', 'Production Report Component',
'Production Report Operation', 'Production Report Operation',
'Production Report Cell', 'Production Report Cell',
...@@ -114,6 +114,7 @@ portal_acquisition_movement_type_list = portal_order_movement_type_list + portal ...@@ -114,6 +114,7 @@ portal_acquisition_movement_type_list = portal_order_movement_type_list + portal
portal_movement_type_list = tuple(list(portal_order_movement_type_list) + \ portal_movement_type_list = tuple(list(portal_order_movement_type_list) + \
list(portal_delivery_movement_type_list) + \ list(portal_delivery_movement_type_list) + \
list(portal_invoice_movement_type_list) + \
['Simulation Movement'] ['Simulation Movement']
) )
......
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