Fixed Column Headers in Gradelist

This commit is contained in:
Andreas Österreicher
2018-11-22 17:04:35 +01:00
parent d72c581167
commit c38d8eb1fc
+2 -2
View File
@@ -190,9 +190,9 @@ else
$worksheet->write($lines,5,$p->t('global/personenkennzeichen'),$format_border_bottom);
if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE)
$worksheet->write($lines,5,$p->t('benotungstool/punkte'),$format_border_bottom);
$worksheet->write($lines,6,$p->t('benotungstool/punkte'),$format_border_bottom);
else
$worksheet->write($lines,5,$p->t('benotungstool/note'),$format_border_bottom);
$worksheet->write($lines,6,$p->t('benotungstool/note'),$format_border_bottom);
$stsem_obj = new studiensemester();
$stsem_obj->load($stsem);