diff --git a/etemplate/inc/class.customfields_widget.inc.php b/etemplate/inc/class.customfields_widget.inc.php index ffb043c287..10d681800c 100644 --- a/etemplate/inc/class.customfields_widget.inc.php +++ b/etemplate/inc/class.customfields_widget.inc.php @@ -419,6 +419,7 @@ class customfields_widget { $cell = $input; if ($type == 'customfields') $cell['label'] = $field['label']; + $value = $value[$this->prefix.$lname]; return true; } etemplate::add_child($cell,$input);