diff --git a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php index ed6b851c..f291b92a 100644 --- a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php +++ b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php @@ -699,7 +699,7 @@ class RetailCrmHistory $somePropValue = $propertyCollection ->getItemByOrderPropertyId($propsKey[$orderProp]['ID']); - if ($key == 'fio') { + if ($key == 'fio' && '' !== trim($order['fio'])) { self::setProp($somePropValue, $order[$key]); } else { self::setProp($somePropValue, RCrmActions::fromJSON($order[$key]));