mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-02-08 04:28: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('l11n/language', $response->header->l11n->language)
|
||||
->where('defaults/l11n/language', $response->header->l11n->language)
|
||||
->execute();
|
||||
->executeGetArray();
|
||||
|
||||
$segmentation = [];
|
||||
foreach ($result as $seg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user