Added rimo_gn to ConstructionConsent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user