Merge branch 'fronkdev' into 'master'

RimoImport: Logging deleted Homes

See merge request fronk/thetool!1354
This commit is contained in:
Frank Schubert
2025-05-17 10:24:52 +00:00

View File

@@ -600,7 +600,9 @@ foreach ($clusters as $cluster_data) {
}
}
echo "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id."\n";
echo "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id." (extref ".$adb_unit->extref.")\n";
$addressErrors[] = "[DD] Deleting Hausnummer ".$adb_unit->hausnummer_id." Wohneinheit ".$adb_unit->id." (extref ".$adb_unit->extref.")";
$adb_unit->delete();
}