Commit 5db87796 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add payment_condition_type_list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50f3bbcd
......@@ -131,6 +131,8 @@ item_type_list = ('Piece Tissu',)
discount_type_list = ('Remise',)
payment_condition_type_list = ('Condition Paiement',)
# Bellow, we only use order_or_delivery_movement_type_list for movements
# Since we simulation only acquires from orders or deliveries
movement_or_order_type_list = tuple(list(acquisition_movement_type_list) + list(order_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