Update index.php
This commit is contained in:
parent
ef890a29eb
commit
4b47a270af
@ -711,7 +711,7 @@ if ($dirins && $action == 'initobject' && $module && GETPOST('createtablearray',
|
|||||||
$notnull = ($obj->Null == 'YES' ? 0 : 1);
|
$notnull = ($obj->Null == 'YES' ? 0 : 1);
|
||||||
if ($fieldname == 'fk_user_modif') $notnull = -1;
|
if ($fieldname == 'fk_user_modif') $notnull = -1;
|
||||||
// label
|
// label
|
||||||
$label = $fieldname;
|
$label = preg_replace('/_/', '', ucfirst($fieldname));
|
||||||
if ($fieldname == 'rowid') $label = 'TechnicalID';
|
if ($fieldname == 'rowid') $label = 'TechnicalID';
|
||||||
if ($fieldname == 'import_key') $label = 'ImportId';
|
if ($fieldname == 'import_key') $label = 'ImportId';
|
||||||
if ($fieldname == 'fk_soc') $label = 'ThirdParty';
|
if ($fieldname == 'fk_soc') $label = 'ThirdParty';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user