From af80f31037f6693413c634faeb3f8081ea7f35f3 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 27 Feb 2025 16:03:25 +0100 Subject: [PATCH] ConstructionConsent: Fixed saving length if object_type is building --- .../ConstructionConsent/ConstructionConsentController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/ConstructionConsent/ConstructionConsentController.php b/application/ConstructionConsent/ConstructionConsentController.php index 1411cab87..7621cea5b 100644 --- a/application/ConstructionConsent/ConstructionConsentController.php +++ b/application/ConstructionConsent/ConstructionConsentController.php @@ -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;