1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

fix notice

This commit is contained in:
gorokh 2020-06-03 19:40:02 +03:00
parent 1efac9612d
commit e29f0d6dcc

View file

@ -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'];
}