Fix regression
This commit is contained in:
parent
be8075881c
commit
ca6277379a
@ -760,7 +760,7 @@ if ($dirins && $action == 'initobject' && $module && GETPOST('createtablearray',
|
|||||||
if ($fieldname == 'ref') $string.= ", 'showoncombobox'=>1";
|
if ($fieldname == 'ref') $string.= ", 'showoncombobox'=>1";
|
||||||
$string.= ", 'position'=>".$position;
|
$string.= ", 'position'=>".$position;
|
||||||
if ($index) $string.= ", 'index'=>".$index;
|
if ($index) $string.= ", 'index'=>".$index;
|
||||||
print "),\n";
|
$string.= "),\n";
|
||||||
$string.="<br>";
|
$string.="<br>";
|
||||||
$i+=5;
|
$i+=5;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user