BP 116: added id to technical organisation formular
diff --git a/src/app/masterdata-management/components/organisation/organisation.component.ts b/src/app/masterdata-management/components/organisation/organisation.component.ts
index 8cb1c6a..6041d76 100644
--- a/src/app/masterdata-management/components/organisation/organisation.component.ts
+++ b/src/app/masterdata-management/components/organisation/organisation.component.ts
@@ -57,6 +57,7 @@
       id: '',
       orgaName: ['', Validators.required],
       address: this.fb.group({
+        id: '',
         postcode: ['', Validators.required],
         community: ['', Validators.required],
         communitySuffix: '',