Commit b23dd2f0 authored by Vincent Pelletier's avatar Vincent Pelletier

Move listbox editable fields to hidden form group.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20426 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e612c97
...@@ -89,7 +89,11 @@ ...@@ -89,7 +89,11 @@
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list/> <list>
<string>listbox_stop_date</string>
<string>listbox_quantity_unit</string>
<string>listbox_quantity</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -102,9 +106,6 @@ ...@@ -102,9 +106,6 @@
<string>my_destination_decision_title</string> <string>my_destination_decision_title</string>
<string>my_incoterm</string> <string>my_incoterm</string>
<string>my_delivery_mode</string> <string>my_delivery_mode</string>
<string>listbox_stop_date</string>
<string>listbox_quantity_unit</string>
<string>listbox_quantity</string>
</list> </list>
</value> </value>
</item> </item>
......
238 239
\ 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