mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-17 19:08:41 +00:00
code fixes
This commit is contained in:
parent
1a168e5aa9
commit
dcf4322140
|
|
@ -182,7 +182,6 @@ final class BackendController extends Controller
|
||||||
$view->data['units'] = UnitMapper::getAll()
|
$view->data['units'] = UnitMapper::getAll()
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
/** @var \Modules\Attribute\Models\AttributeType[] */
|
|
||||||
$view->data['attributeTypes'] = ContractAttributeTypeMapper::getAll()
|
$view->data['attributeTypes'] = ContractAttributeTypeMapper::getAll()
|
||||||
->with('l11n')
|
->with('l11n')
|
||||||
->where('l11n/language', $response->header->l11n->language)
|
->where('l11n/language', $response->header->l11n->language)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user