Commit b6664a46 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now PaymentCondition's super class is TradeModelLine not BusinessPath.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94c413a1
......@@ -54,5 +54,5 @@ class PaymentCondition(TradeModelLine):
, PropertySheet.PaymentCondition
, PropertySheet.Chain
, PropertySheet.SortIndex
, PropertySheet.BusinessPath
, PropertySheet.TradeModelLine
)
......@@ -70,9 +70,8 @@ class TradeCondition:
'destination_payment',
'destination_payment_value',
'destination_payment_title',
# from PropertySheet/BusinessPath.py
'lead_time', 'wait_time',
'end_of', 'end_of_value', 'end_of_title',
# from PropertySheet/TradeModelLine.py
'calculation_script_id',
),
'mode' : 'w' },
)
......
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