Update html.form.class.php
This commit is contained in:
parent
acab0200a6
commit
697043bbd3
@ -6034,7 +6034,8 @@ class Form
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$objecttmp->fields['ref']=array('type'=>'varchar(30)', 'label'=>'Ref');
|
// For backward compatibility
|
||||||
|
$objecttmp->fields['ref']=array('type'=>'varchar(30)', 'label'=>'Ref', 'showoncombobox'=>1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($fieldstoshow))
|
if (empty($fieldstoshow))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user