Commit f9acf68a authored by Fabien Morin's avatar Fabien Morin

price_currency is also needed on the paysheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ea46477
......@@ -83,6 +83,7 @@ for category in category_list:\n
price_currency = model.getModelIneritanceEffectiveProperty(paysheet, \'price_currency\')\n
if price_currency:\n
new_category_dict[\'resource\'] = price_currency\n
new_category_dict[\'price_currency\'] = price_currency\n
\n
def copyPaymentCondition(paysheet, model):\n
filter_dict = {\'portal_type\': \'Payment Condition\'}\n
......
477
\ No newline at end of file
479
\ No newline at end of file
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