Merge branch 'fronkdev' into 'master'

ConstructionConsent: Fixed saving length if object_type is building

See merge request fronk/thetool!1053
This commit is contained in:
Frank Schubert
2025-02-27 15:04:30 +00:00

View File

@@ -219,7 +219,6 @@ class ConstructionConsentController extends mfBaseController {
$data["usage_owner"] = $r->usage_owner ? 1 : 0;
if($r->object_type == "building") {
$data["usage_length"] = 1;
$data["usage_pipe_on_plot"] = 1;
$data["usage_pipe_in_building"] = 1;
$data["usage_manhole"] = 1;