fix new extrafields feature
This commit is contained in:
parent
87c9132a6d
commit
b8af7625ff
@ -4105,7 +4105,7 @@ abstract class CommonObject
|
|||||||
$out .= $extrafields->showOutputField($key,$value);
|
$out .= $extrafields->showOutputField($key,$value);
|
||||||
break;
|
break;
|
||||||
case "edit":
|
case "edit":
|
||||||
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,0,$this->id);
|
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,'',0,$this->id);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user