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:38:46 +03:00 committed by GitHub
parent d93a7aaf42
commit 4c47f10aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -719,11 +719,11 @@ class RetailCrmHistory
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locPoint[0]));
} elseif (count($locPoint) == 2) {
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locPoint[1]));
} elseif (count($locComma) == 1){
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locComma[0]));
} elseif (count($locComma) == 2){
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locComma[1]));
}else {
} elseif (count($locComma) == 1){
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locComma[0]));
} elseif (count($locComma) == 2){
$parameters['filter']['PHRASE'] = RCrmActions::fromJSON(trim($locComma[1]));
} else {
RCrmActions::eventLog(
'RetailCrmHistory::orderHistory',
'RetailCrmHistory::setProp',