Merge branch 'fronkdev' into 'master'
ConstructionConsent: enable all usages for buildings See merge request fronk/thetool!1028
This commit is contained in:
@@ -217,7 +217,7 @@ class ConstructionConsentController extends mfBaseController {
|
|||||||
$data["usage_manhole"] = $r->usage_manhole ? 1 : 0;
|
$data["usage_manhole"] = $r->usage_manhole ? 1 : 0;
|
||||||
$data["usage_owner"] = $r->usage_owner ? 1 : 0;
|
$data["usage_owner"] = $r->usage_owner ? 1 : 0;
|
||||||
|
|
||||||
if($r->object_type == "street") {
|
if($r->object_type == "building") {
|
||||||
$data["usage_length"] = 1;
|
$data["usage_length"] = 1;
|
||||||
$data["usage_pipe_on_plot"] = 1;
|
$data["usage_pipe_on_plot"] = 1;
|
||||||
$data["usage_pipe_in_building"] = 1;
|
$data["usage_pipe_in_building"] = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user