Commit 7f4d633e authored by Yusei Tahara's avatar Yusei Tahara

2008-03-28 Yusei

* Copy task's destination_decision value to task report.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20190 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea5935c5
...@@ -83,6 +83,7 @@ if packing_list.getSimulationState() == \'draft\':\n ...@@ -83,6 +83,7 @@ if packing_list.getSimulationState() == \'draft\':\n
delivery_mode=related_order.getDeliveryMode(),\n delivery_mode=related_order.getDeliveryMode(),\n
incoterm=related_order.getIncoterm(),\n incoterm=related_order.getIncoterm(),\n
source_administration_value=related_order.getSourceAdministrationValue(),\n source_administration_value=related_order.getSourceAdministrationValue(),\n
destination_decision_value=related_order.getDestinationDecisionValue(),\n
title=related_order.getTitle()\n title=related_order.getTitle()\n
)\n )\n
\n \n
......
2008-03-28 Yusei
* Copy task's destination_decision value to task report.
2008-03-12 Fabien 2008-03-12 Fabien
* associate Requirement Document to a validation workflow. * associate Requirement Document to a validation workflow.
* set role acquisition to 0 * set role acquisition to 0
......
458 460
\ 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