Commit 9190ee7b authored by Jérome Perrin's avatar Jérome Perrin

total price should not be editable on a movement


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25232 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e74780c6
......@@ -14,6 +14,7 @@
<value>
<list>
<string>enabled</string>
<string>editable</string>
</list>
</value>
</item>
......@@ -84,6 +85,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
......
570
\ No newline at end of file
571
\ 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