Resolve "Resq 1.5 changes" #1556

Merged
korina.cordero merged 30 commits from 632-resq-1-5-changes into master-fix 2021-12-03 05:54:22 +00:00
Showing only changes of commit e4e412fd14 - Show all commits

View file

@ -3678,7 +3678,7 @@ class APIController extends Controller implements LoggedController
$cust_meta = $em->getRepository(CustomerMetadata::class)->findOneBy(['customer' => $cust]);
if ($cust_meta != null)
{
$locations[] = $cust_meta->getAllMetaInfo();
$locations = $cust_meta->getAllMetaInfo();
}
$data = [