1
0
mirror of synced 2025-02-16 15:03:14 +03:00

delivery Service upload fix

This commit is contained in:
Grisha Pomadchin 2014-03-13 18:37:07 +04:00
parent 4fadc1d43c
commit 413bab2be6

View File

@ -1130,7 +1130,7 @@ class ICrmOrderActions
'paymentStatus' => $arParams['optionsPayment'][$arFields['PAYED']],
'orderType' => $arParams['optionsOrderTypes'][$arFields['PERSON_TYPE_ID']],
'deliveryType' => $arParams['optionsDelivTypes'][$resultDeliveryTypeId],
'deliveryService' => $deliveryService,
'deliveryService' => ($arParams['optionsDelivTypes'][$resultDeliveryTypeId]) ? $deliveryService : '',
'status' => $arParams['optionsPayStatuses'][$arFields['STATUS_ID']],
'statusComment' => $arFields['REASON_CANCELED'],
'customerComment' => $arFields['USER_DESCRIPTION'],