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);
|
||||
break;
|
||||
case "edit":
|
||||
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,0,$this->id);
|
||||
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,'',0,$this->id);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user