added tiefbau flag
This commit is contained in:
@@ -193,6 +193,7 @@ class WorkorderCompanyController extends WorkorderBaseController {
|
||||
'requireCableLength' => $tenantConfig->requireCableLength,
|
||||
'requireCableType' => $tenantConfig->requireCableType,
|
||||
'showTechnicalData' => (bool)$tenantConfig->showTechnicalData,
|
||||
'tiefbauSeesNormalDocs' => (bool)$tenantConfig->tiefbauSeesNormalDocs,
|
||||
];
|
||||
|
||||
if ($tenantConfig->showTechnicalData) {
|
||||
|
||||
@@ -13,6 +13,7 @@ class WorkorderTenantConfigModel extends TTCrudBaseModel {
|
||||
public int $requireCableLength;
|
||||
public int $requireCableType;
|
||||
public int $showTechnicalData = 0;
|
||||
public int $tiefbauSeesNormalDocs = 0;
|
||||
public int $enableWorkorder;
|
||||
public int $enableWorkorderMph;
|
||||
public int $create;
|
||||
|
||||
Reference in New Issue
Block a user