Commit 2e97595b authored by Rafael Monnerat's avatar Rafael Monnerat

Copy price_currency from task to task report

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21060 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6803519d
......@@ -82,6 +82,7 @@ if packing_list.getSimulationState() == \'draft\':\n
description = related_order.getDescription(),\n
delivery_mode=related_order.getDeliveryMode(),\n
incoterm=related_order.getIncoterm(),\n
price_currency_value = related_order.getPriceCurrencyValue(),\n
source_administration_value=related_order.getSourceAdministrationValue(),\n
destination_decision_value=related_order.getDestinationDecisionValue(),\n
title=related_order.getTitle()\n
......
494
\ No newline at end of file
496
\ 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