Commit 6b3d7848 authored by Jérome Perrin's avatar Jérome Perrin

generate payment_condition_source_payment_value and...

generate payment_condition_source_payment_value and payment_condition_destination_payment_value accessors


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21658 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0df2fad6
...@@ -57,8 +57,11 @@ class TradeCondition: ...@@ -57,8 +57,11 @@ class TradeCondition:
'payment_term', 'payment_additional_term', 'payment_term', 'payment_additional_term',
'payment_end_of_month', 'payment_date', 'payment_end_of_month', 'payment_date',
'quantity', 'efficiency', 'quantity', 'efficiency',
'source_payment', 'source_payment_title', 'source_payment',
'destination_payment', 'source_payment_value',
'source_payment_title',
'destination_payment',
'destination_payment_value',
'destination_payment_title', 'destination_payment_title',
), ),
'mode' : 'w' }, '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