Commit bb4d2add authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-08-08 yo

* Fix a mistake when selecting rules.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fe34e7c
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>for business_path in context.getSpecialiseValueList():\n
<value> <string>for business_path in context.getCausalityValueList():\n
if \'shipping\' in business_path.getTradePhaseList():\n
return True\n
return False\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>for business_path in context.getSpecialiseValueList():\n
<value> <string>for business_path in context.getCausalityValueList():\n
if \'order\' in business_path.getTradePhaseList():\n
return True\n
return False\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>for business_path in context.getSpecialiseValueList():\n
<value> <string>for business_path in context.getCausalityValueList():\n
if \'invoice\' in business_path.getTradePhaseList():\n
return True\n
return False\n
......
2010-08-08 yo
* Fix a mistake when selecting rules.
2010-08-08 yo
* Update the id of the business process in scripts.
* Make more scripts for select movement methods, as OrderBuilder does not pass which builder is used.
......
8
\ No newline at end of file
10
\ 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