Added rimo_gn to ConstructionConsent

This commit is contained in:
Frank Schubert
2025-04-15 15:59:54 +02:00
parent 2bbd1292cf
commit e2351d1f3d
6 changed files with 59 additions and 3 deletions
@@ -252,6 +252,7 @@ class ConstructionConsentController extends mfBaseController {
$data["kg"] = $r->kg;
$data["gst"] = $r->gst;
$data["gstnr"] = $r->gstnr;
$data["rimo_gn"] = $r->rimo_gn;
$data["usage_length"] = $r->usage_length ?: null;
$data["usage_pipe_on_plot"] = $r->usage_pipe_on_plot ? 1 : 0;
$data["usage_pipe_in_building"] = $r->usage_pipe_in_building ? 1 : 0;