mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-02-17 16:58:41 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
5fa1d01536
commit
4603876732
|
|
@ -56,7 +56,7 @@ final class BackendController extends Controller
|
||||||
->where('name', ['segment', 'section', 'sales_group', 'product_group'], 'IN')
|
->where('name', ['segment', 'section', 'sales_group', 'product_group'], 'IN')
|
||||||
->where('l11n/language', $response->header->l11n->language)
|
->where('l11n/language', $response->header->l11n->language)
|
||||||
->where('defaults/l11n/language', $response->header->l11n->language)
|
->where('defaults/l11n/language', $response->header->l11n->language)
|
||||||
->execute();
|
->executeGetArray();
|
||||||
|
|
||||||
$segmentation = [];
|
$segmentation = [];
|
||||||
foreach ($result as $seg) {
|
foreach ($result as $seg) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user