fix orderHistory exception
This commit is contained in:
parent
2380ce6108
commit
6fec60fdd2
1 changed files with 4 additions and 0 deletions
|
@ -898,6 +898,10 @@ else{
|
|||
'COMMENTS' => self::fromJSON($order['managerComment'])
|
||||
));
|
||||
|
||||
if (! date_create_from_format('Y-m-d H:i:s', $arFields['DATE_MARKED'])) {
|
||||
unset($arFields['DATE_MARKED']);
|
||||
}
|
||||
|
||||
if (isset($order['discount'])) {
|
||||
$arFields['DISCOUNT_VALUE'] = $order['discount'];
|
||||
$arFields['PRICE'] -= $order['discount'];
|
||||
|
|
Loading…
Add table
Reference in a new issue