Added change of status when STGL requests for recommendation

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-02-03 16:21:15 +01:00
committed by cris-technikum
parent 5a8c779bcd
commit a3c33ed385
4 changed files with 40 additions and 44 deletions
@@ -152,9 +152,11 @@ $this->load->view(
<div class="panel panel-default panel-body <?php echo
is_null($empfehlungData->empfehlung) && $anrechnungData->status_kurzbz == 'inProgressLektor'
? '' : 'hidden' ?>"
id="approveAnrechnungDetail-empfehlungDetail-empfehlungIsNull">
id="approveAnrechnungDetail-empfehlungDetail-empfehlungIsAngefordert">
<?php echo $this->p->t('anrechnung', 'empfehlungAngefordertNochKeineEmpfehlung'); ?>
<?php echo $empfehlungData->empfehlung_angefordert_am ?>.
<span id="approveAnrechnungDetail-empfehlungDetail-empfehlungAngefordertAm">
<?php echo $empfehlungData->empfehlung_angefordert_am ?>
</span>.
</div>
<div class="alert alert-success <?php echo $empfehlungData->empfehlung === true ? '' : 'hidden' ?>"