Merge branch 'fronkdev' into 'master'

Added new fields to models

See merge request fronk/thetool!774
This commit is contained in:
Frank Schubert
2024-12-03 12:39:37 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ class AddressModel {
public $zip;
public $city;
public $country_id;
public $gps_lat;
public $gps_long;
public $laea;
public $phone;
public $fax;
public $mobile;