Wohneinheiten can be deleted in AddressDB now

This commit is contained in:
Frank Schubert
2025-03-11 13:59:46 +01:00
parent fae0bcfa5b
commit 39c5894c72
4 changed files with 46 additions and 5 deletions

View File

@@ -154,6 +154,7 @@
<th>Beschreibung</th>
<th>Extref</th>
<th title="Anzahl Bestellungen">Best.</th>
<th></th>
</tr>
<?php foreach($address->wohneinheiten as $unit): ?>
<tr>
@@ -191,6 +192,7 @@
0
<?php endif; ?>
</td>
<td><a href="<?=self::getUrl("ADBWohneinheit", "delete", ["id" => $unit->id])?>" onclick="if(!confirm('Wohneinheit wirklich löschen?')) return false"><i class="fas fa-trash-alt text-danger"></i></a></td>
</tr>
<?php endforeach; ?>
</table>