fix notice
This commit is contained in:
parent
1efac9612d
commit
e29f0d6dcc
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ if (!class_exists('WC_Retailcrm_Customers')) :
|
|||
return false;
|
||||
}
|
||||
|
||||
$customer = reset($search['customers']);
|
||||
$arrayCustumers = $search['customers'];
|
||||
$customer = reset($arrayCustumers);
|
||||
} else {
|
||||
$customer = $search['customer'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue