From 8b22efc51bded549223724438bcee123f8a0b2d8 Mon Sep 17 00:00:00 2001 From: oesi Date: Fri, 4 Nov 2016 15:27:15 +0100 Subject: [PATCH] Problem behoben wodurch beim Erstellen des Studienblattes die Meldung angezeigt wurde dass kein Studienplan eingetragen obwohl einer vorhnaden ist --- content/fasoverlay.js.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/fasoverlay.js.php b/content/fasoverlay.js.php index 6c969b15a..da2182e68 100644 --- a/content/fasoverlay.js.php +++ b/content/fasoverlay.js.php @@ -1779,6 +1779,8 @@ function PrintStudienblatt(event) if(stsem == ss) { studienplan_id = getTreeCellText(tree, 'student-prestudent-tree-rolle-studienplan_id', v); + if(studienplan_id!='') + break; } } }