order fio concat fix
This commit is contained in:
parent
6624be556e
commit
e68139ab54
@ -695,10 +695,10 @@ class ICrmOrderActions
|
|||||||
|
|
||||||
switch ($ar['CODE']) {
|
switch ($ar['CODE']) {
|
||||||
case $optionsOrderProps[$arFields['PERSON_TYPE_ID']]['fio']:
|
case $optionsOrderProps[$arFields['PERSON_TYPE_ID']]['fio']:
|
||||||
if (isset($order['firstName']))
|
|
||||||
$contactName['firstName'] = self::fromJSON($order['firstName']);
|
|
||||||
if (isset($order['lastName']))
|
if (isset($order['lastName']))
|
||||||
$contactName['lastName'] = self::fromJSON($order['lastName']);
|
$contactName['lastName'] = self::fromJSON($order['lastName']);
|
||||||
|
if (isset($order['firstName']))
|
||||||
|
$contactName['firstName'] = self::fromJSON($order['firstName']);
|
||||||
if (isset($order['patronymic']))
|
if (isset($order['patronymic']))
|
||||||
$contactName['patronymic'] = self::fromJSON($order['patronymic']);
|
$contactName['patronymic'] = self::fromJSON($order['patronymic']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user