Commit 22bc6524 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added invoice or invoice movement global var


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@247 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d980cbae
......@@ -106,6 +106,10 @@ order_or_delivery_or_invoice_movement_type_list = tuple(list(order_movement_type
list(invoice_movement_type_list)
)
invoice_or_invoice_movement_type_list = tuple(list(invoice_type_list) + \
list(invoice_movement_type_list)
)
acquisition_movement_type_list = order_or_delivery_or_invoice_movement_type_list
movement_type_list = tuple(list(order_movement_type_list) + \
......
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