Wohneinheiten can be deleted in AddressDB now
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user