template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:47 +00:00
parent 5fa1d01536
commit 4603876732

View File

@ -56,7 +56,7 @@ final class BackendController extends Controller
->where('name', ['segment', 'section', 'sales_group', 'product_group'], 'IN')
->where('l11n/language', $response->header->l11n->language)
->where('defaults/l11n/language', $response->header->l11n->language)
->execute();
->executeGetArray();
$segmentation = [];
foreach ($result as $seg) {