1
0
mirror of synced 2025-01-31 15:22:01 +03:00

Исправление редактирования свойств заказа в 1С Битрикс

This commit is contained in:
Alex Lushpai 2022-04-18 16:21:02 +03:00 committed by GitHub
commit 56f6e54dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1863,7 +1863,7 @@ class RetailCrmHistory
if (!isset($obj) || empty($obj)) {
return false;
}
if ($prop && $value) {
if ($prop && $value || $prop && !$value) {
$obj->setField($prop, $value);
} elseif ($value && !$prop) {
$obj->setValue($value);