Added Reihungstest results of basic areas (excluding Quereinsteiger)

Now there are 2 new fields in FAS > Aufnahmetermine displaying the results only of the basic areas (without points of Quereinsteigergebiete).

. First field: total result of basic areas
. Second field: total result of basic areas EXCLUDING physics
. Both fields are only shown for Bachelor-studies.

. Generally the display of these fields is controlled by the config file.
This commit is contained in:
Cris
2019-03-20 17:41:06 +01:00
parent 72a9d9dc01
commit 12019bfdae
4 changed files with 81 additions and 29 deletions
+3
View File
@@ -174,6 +174,9 @@ define('VIEW_BEGIN', 'vw_');
//Legt fest ob die Personalnummer beim Anlegen NULL sein soll
define('FAS_PERSONALNUMMER_GENERATE_NULL', false);
// Legt fest ob Felder mit Reihgungstest-Basispunkten im Reiter Aufnahme-Termine angezeigt werden
define('FAS_REIHUNGSTEST_PUNKTE_BASISGEBIET_ANZEIGEN', false);
// API Informationen
define('FHC_REST_API_KEY', '[email protected]');
define('FHC_REST_USER', 'username');