Changed: If LV has no lectors, show empty field instead of error message

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-03-22 17:28:29 +01:00
committed by cris-technikum
parent 00656efaef
commit 3a0720e4de
2 changed files with 8 additions and 4 deletions
@@ -535,6 +535,8 @@ class approveAnrechnungDetail extends Auth_Controller
* Anyway this function will receive a unique array to avoid sending more mails to one and the same lector.
* **/
$lector_arr = $this->_getLectors($anrechnung_arr);
// Send mail to lectors
foreach ($lector_arr as $lector)