Исправление редактирования свойств заказа в 1С Битрикс
This commit is contained in:
commit
56f6e54dcc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user