diff --git a/content/pdfExport.php b/content/pdfExport.php
index 29feeef6e..a85ebb345 100644
--- a/content/pdfExport.php
+++ b/content/pdfExport.php
@@ -252,7 +252,7 @@ else
array('uid', 'stg_kz', 'person_id', 'id', 'prestudent_id', 'buchungsnummern', 'ss', 'abschlusspruefung_id',
'typ', 'all', 'preoutgoing_id', 'lvid', 'projekt_kurzbz', 'von', 'bis', 'stundevon', 'stundebis',
'sem', 'lehreinheit', 'mitarbeiter_uid', 'studienordnung_id', 'fixangestellt', 'standort',
- 'abrechnungsmonat', 'form')
+ 'abrechnungsmonat', 'form', 'projektarbeit_id', 'betreuerart_kurzbz')
)
)
{
diff --git a/content/student/studentprojektarbeit.js.php b/content/student/studentprojektarbeit.js.php
index ab284808e..4216f6a30 100644
--- a/content/student/studentprojektarbeit.js.php
+++ b/content/student/studentprojektarbeit.js.php
@@ -1122,6 +1122,11 @@ function StudentProjektbetreuerDetailDisableFields(val)
document.getElementById('student-projektbetreuer-button-speichern').disabled=val;
document.getElementById('student-projektbetreuer-button-neueperson').disabled=val;
document.getElementById('student-projektbetreuer-button-kontaktdaten').disabled=val;
+
+ if (document.getElementById('student-projektbetreuer-button-beurteilung'))
+ {
+ document.getElementById('student-projektbetreuer-button-beurteilung').disabled=val;
+ }
}
// ****
diff --git a/content/student/studentprojektarbeitoverlay.xul.php b/content/student/studentprojektarbeitoverlay.xul.php
index fe4b8b2b9..3171ef10e 100644
--- a/content/student/studentprojektarbeitoverlay.xul.php
+++ b/content/student/studentprojektarbeitoverlay.xul.php
@@ -529,7 +529,7 @@ $is_hidden = (!defined('FAS_STUDIERENDE_PROJEKTARBEIT_VERTRAGSDETAILS_ANZEIGEN')
-
+
diff --git a/include/organisationsform.class.php b/include/organisationsform.class.php
index 29f094f2f..064ac7b3a 100644
--- a/include/organisationsform.class.php
+++ b/include/organisationsform.class.php
@@ -81,7 +81,9 @@ class organisationsform extends basis_db
$this->errormsg ="Fehler bei der Abfrage aufgetreten";
return false;
}
- }
+
+ return true;
+ }
/**
*