Commit 84b90258 authored by Fabien Morin's avatar Fabien Morin

delegate reference in paysheet line to be editable. This is required in case of manual added lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27961 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c2fedad
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<value> <value>
<list> <list>
<string>display_width</string> <string>display_width</string>
<string>editable</string>
<string>title</string> <string>title</string>
</list> </list>
</value> </value>
...@@ -80,10 +79,6 @@ ...@@ -80,10 +79,6 @@
<key> <string>display_width</string> </key> <key> <string>display_width</string> </key>
<value> <int>20</int> </value> <value> <int>20</int> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value> <value> <string>my_string_field</string> </value>
......
487 489
\ 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