changes readonly fields

This commit is contained in:
Frank Schubert
2021-07-15 20:36:49 +02:00
parent 6555272928
commit 9f8b58c542
2 changed files with 3 additions and 4 deletions

View File

@@ -76,7 +76,6 @@ class BuildingController extends mfBaseController {
$data['zip'] = $r->zip;
$data['city'] = $r->city;
$data['contact'] = $r->contact;
$data['phone'] = $r->phone;
$data['email'] = $r->email;