Skip to content
Snippets Groups Projects
Commit 4f206a21 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing empty field

parent d5eb4510
Branches
Tags
No related merge requests found
......@@ -681,6 +681,7 @@ class ExtraFields
}
$out.='<select class="flat" name="options_'.$key.$keyprefix.'" id="options_'.$key.$keyprefix.'" '.($moreparam?$moreparam:'').'>';
$out.='<option value="0">&nbsp;</option>';
foreach ($param['options'] as $key=>$val )
{
list($val, $parent) = explode('|', $val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment