fix wiping 'fio' field if it is doesn`t present in history
This commit is contained in:
commit
26bc64f5e1
@ -690,7 +690,9 @@ class RetailCrmHistory
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$order['fio'] = str_replace("clear", "", $order['fio']);
|
if (array_key_exists('fio', $order)) {
|
||||||
|
$order['fio'] = str_replace("clear", "", $order['fio']);
|
||||||
|
}
|
||||||
|
|
||||||
//optionsOrderProps
|
//optionsOrderProps
|
||||||
if ($optionsOrderProps[$personType]) {
|
if ($optionsOrderProps[$personType]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user