mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
BIS-Meldung Kennzahlen für Eisenstadt und Pinkafeld angepasst
This commit is contained in:
@@ -144,9 +144,9 @@ derzeit fuer alle Studierende der gleiche Standort
|
||||
ToDo: Standort sollte pro Student konfigurierbar sein.
|
||||
*/
|
||||
$standortcode='22';
|
||||
if(in_array($stg_kz,array('265','268','761','760','266','267','764','269','400')))
|
||||
if(in_array($stg_kz,array('265','268','761','760','266','267','764','269','400','794','795','786','859')))
|
||||
$standortcode='14'; // Pinkafeld
|
||||
elseif(in_array($stg_kz,array('639','640','263','743','364','635','402','401','725','264','271')))
|
||||
elseif(in_array($stg_kz,array('639','640','263','743','364','635','402','401','725','264','271','781')))
|
||||
$standortcode='3'; // Eisenstadt
|
||||
|
||||
$datumobj=new datum();
|
||||
|
||||
Reference in New Issue
Block a user