Merge branch 'fronkdev' into 'master'

updated prem nord home update script

See merge request fronk/thetool!38
This commit is contained in:
Frank Schubert
2023-06-29 12:27:56 +00:00
3 changed files with 1913 additions and 2 deletions

View File

@@ -707,7 +707,7 @@ class PreorderApicontroller extends mfBaseApicontroller {
}
}
}
// get units excluding unavailable units
$where = "hausnummer_id=".$address->hausnummer_id;
$where .= " AND ( block = '' OR block IS NULL)";

View File

@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
$me = new User(1);
$filename = __DIR__."/import/SDIHome__Homes_PremNord_20230609.csv";
$filename = __DIR__."/import/SDIHome__Homes__230628_PremNord.csv";
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
$log = mfLoghandler::singleton();

File diff suppressed because it is too large Load Diff