Commit 861068b7 authored by Jérome Perrin's avatar Jérome Perrin

force must be the default mode when applying a trade condition, if the user...

force must be the default mode when applying a trade condition, if the user explicitly choose to apply a trade condition, he wants new values to be set.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24618 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e34d9dfc
......@@ -110,7 +110,7 @@ context.REQUEST[ \'RESPONSE\' ].redirect( redirect_url.replace(\' \', \'+\') )\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, batch_mode=0, force=0</string> </value>
<value> <string>form_id, batch_mode=0, force=1</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -168,7 +168,7 @@ context.REQUEST[ \'RESPONSE\' ].redirect( redirect_url.replace(\' \', \'+\') )\n
<value>
<tuple>
<int>0</int>
<int>0</int>
<int>1</int>
</tuple>
</value>
</item>
......
......@@ -113,7 +113,7 @@ context.REQUEST[ \'RESPONSE\' ].redirect( redirect_url.replace(\' \', \'+\') )\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, batch_mode=0, force=0</string> </value>
<value> <string>form_id, batch_mode=0, force=1</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -172,7 +172,7 @@ context.REQUEST[ \'RESPONSE\' ].redirect( redirect_url.replace(\' \', \'+\') )\n
<value>
<tuple>
<int>0</int>
<int>0</int>
<int>1</int>
</tuple>
</value>
</item>
......
529
\ No newline at end of file
530
\ 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