1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

Update RetailCrmHistory_v5.php

This commit is contained in:
DmitreyZl 2020-08-27 16:45:16 +03:00 committed by GitHub
parent 4c47f10aa2
commit 89254d209b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -714,7 +714,7 @@ class RetailCrmHistory
if(!empty($order['delivery']['address'][$key])){
$parameters = array();
$locPoint = explode('.', $order['delivery']['address'][$key]);
$locComma = explode(',', $order['delivery']['address'][$key]);
$locComma = explode(',', $order['delivery']['address'][$key]);
if (count($locPoint) == 1) {
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locPoint[0]));
} elseif (count($locPoint) == 2) {