parent
1efac9612d
commit
4a80d07681
@ -188,7 +188,8 @@ if (!class_exists('WC_Retailcrm_Customers')) :
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$customer = reset($search['customers']);
|
$arrayCustumers = $search['customers'];
|
||||||
|
$customer = reset($arrayCustumers);
|
||||||
} else {
|
} else {
|
||||||
$customer = $search['customer'];
|
$customer = $search['customer'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user