Added St. Stefan Stainz to rimo import

This commit is contained in:
Frank Schubert
2024-01-31 15:50:19 +01:00
parent 96ac7aae8c
commit 3ec626e02e
7 changed files with 81 additions and 383 deletions
@@ -210,6 +210,9 @@
</tr><tr>
<th>Gemeinde</th>
<td><?=$preorder->adb_hausnummer->strasse->gemeinde->name?></td>
</tr><tr>
<th>Anzahl Wohneinheiten</th>
<td><?=(is_array($preorder->adb_hausnummer->wohneinheiten) && count($preorder->adb_hausnummer->wohneinheiten)) ? count($preorder->adb_hausnummer->wohneinheiten) : "0"?></td>
</tr>
</table>