Commit 91fb953c authored by Vincent Pelletier's avatar Vincent Pelletier

Disable call to validatePositionAccounting and add a comment in that script to...

Disable call to validatePositionAccounting and add a comment in that script to stress that it's only kept as a reference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13368 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae2c8fdf
...@@ -70,6 +70,9 @@ ...@@ -70,6 +70,9 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
# XXX: This script is only kept in case it must be added back as a "Before" script on "_action" transition.\n
# But it is not used any longer at the moment.\n
\n
from Products.DCWorkflow.DCWorkflow import ValidationFailed\n from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
from Products.ERP5Type.Message import Message\n from Products.ERP5Type.Message import Message\n
\n \n
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</item> </item>
<item> <item>
<key> <string>script_name</string> </key> <key> <string>script_name</string> </key>
<value> <string>validatePositionAccounting</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
104 106
\ No newline at end of file \ 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