Auto Calculating LAEA and code in Building::save

This commit is contained in:
Frank Schubert
2021-07-15 19:09:29 +02:00
parent dc56881ddd
commit e77dd8b263
6 changed files with 119 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
class Address extends mfBaseModel {
protected $forcestr = ['company','zip','phone','fax','mobile','note'];
protected $forcestr = ['street','company','zip','phone','fax','mobile','note'];
private $types;
private $attributes;