Commit d6915a66 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed name of rule used in order_interaction_workflow


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9739c778
......@@ -70,7 +70,6 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>Production Order</string>
<string>Purchase Order</string>
<string>Sale Order</string>
</list>
......
......@@ -69,7 +69,7 @@
<value> <string>order = state_change.object\n
\n
if order.getSimulationState() in order.getPortalPlannedOrderStateList():\n
order.updateAppliedRule( rule_id = \'order_rule\' )\n
order.updateAppliedRule( rule_id = \'default_order_rule\' )\n
</string> </value>
</item>
<item>
......
2006-05-11 Alex
* fixed name of rule used in order_interaction_workflow
* Stop using Delivery Cell on Orders and Internal Packing List (workflows are still a dumb copy of Delivery Cell's and might need to be adapted)
2006-05-10 Jerome
* Added inventory_workflow
......
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