Fix regression

This commit is contained in:
Laurent Destailleur 2019-12-20 11:17:03 +01:00
parent be8075881c
commit ca6277379a

View File

@ -760,7 +760,7 @@ if ($dirins && $action == 'initobject' && $module && GETPOST('createtablearray',
if ($fieldname == 'ref') $string.= ", 'showoncombobox'=>1";
$string.= ", 'position'=>".$position;
if ($index) $string.= ", 'index'=>".$index;
print "),\n";
$string.= "),\n";
$string.="<br>";
$i+=5;
}