FIX html lost on html extrafield

This commit is contained in:
Francis Appels 2020-06-28 16:33:44 +02:00
parent 194b92e70f
commit 731978fda6

View File

@ -2086,7 +2086,7 @@ class ExtraFields
$value_key = '';
}
}
elseif (in_array($key_type, array('price', 'double')))
elseif (in_array($key_type, array('price', 'double', 'html')))
{
$value_arr = GETPOST("options_".$key, 'alpha');
$value_key = price2num($value_arr);