Update RetailCrmHistory_v5.php
This commit is contained in:
parent
4c47f10aa2
commit
89254d209b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue