Added ADBWohneinheit edit, productgroup matchcodeorigin
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
</tr><tr>
|
||||
<th>Extref</th>
|
||||
<td><?=$address->extref?></td>
|
||||
</tr><tr>
|
||||
<th>Rimo External ID</th>
|
||||
<td><?=$address->rimo_id?></td>
|
||||
</tr><tr>
|
||||
<th>Netzgebiet</th>
|
||||
<td><?=$address->netzgebiet->name?></td>
|
||||
@@ -113,6 +116,7 @@
|
||||
<?php if(is_array($address->wohneinheiten) && count($address->wohneinheiten)): ?>
|
||||
<table class="table table-sm table-striped table-hover">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>ID</th>
|
||||
<th>OAID</th>
|
||||
<th>Status</th>
|
||||
@@ -121,6 +125,7 @@
|
||||
</tr>
|
||||
<?php foreach($address->wohneinheiten as $unit): ?>
|
||||
<tr>
|
||||
<td><a href="<?=self::getUrl("ADBWohneinheit", "edit", ["id" => $unit->id])?>"><i class="fas fa-edit"></i></a></td>
|
||||
<td><?=$unit->id?></td>
|
||||
<td class="text-pink"><?=$unit->oaid?></td>
|
||||
<td class="text-monospace"><?=$unit->status->code?> - <?=$unit->status->name?></td>
|
||||
|
||||
Reference in New Issue
Block a user