Commit c59ef4eb authored by Mame Coumba Sall's avatar Mame Coumba Sall

*Modified so that formbox correctly displays fields in form

*Script modified so that it's no longer required to fill title in fast input listbox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30229 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ceac073
......@@ -92,7 +92,7 @@ base_id = \'movement\'\n
\n
for line in kw.get(\'listbox\'):\n
\n
if line.has_key(\'listbox_key\') and (line[\'title\'] or line[\'reference\'] not in (\'\', None)):\n
if line.has_key(\'listbox_key\') and (line[\'reference\'] not in (\'\', None)):\n
item = context.portal_catalog.getResultValue(\n
portal_type=\'Item\',\n
reference=line[\'reference\'])\n
......
......@@ -136,7 +136,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
<value> <string>invisible</string> </value>
</item>
<item>
<key> <string>default</string> </key>
......
......@@ -136,7 +136,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
<value> <string>invisible</string> </value>
</item>
<item>
<key> <string>default</string> </key>
......
182
\ No newline at end of file
184
\ 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