Added: Display (Qualifikations-)Begruendung in STGL Anrechnungen Detail View

This commit is contained in:
Cris
2022-07-26 18:14:23 +02:00
parent 86d7f8a35e
commit 6a43928322
2 changed files with 8 additions and 0 deletions
@@ -167,6 +167,10 @@ $this->load->view(
target="_blank"><?php echo htmlentities($anrechnungData->dokumentname) ?></a>
</td>
</tr>
<tr>
<th class="col-xs-4"><?php echo $this->p->t('global', 'begruendung'); ?></th>
<td colspan="3"><span id="begruendung_id" data-begruendung_id="<?php echo $anrechnungData->begruendung_id ?>" ><?php echo $anrechnungData->begruendung ?></span></td>
</tr>
</tbody>
</table>
</div>