From 043f444bb65ed9d6635ff268787897f0d62a6b5f Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Thu, 14 Jul 2022 19:50:50 +0200 Subject: [PATCH] added tbl_bisio.herkunftsland_code in db and made it editable as IO data in FAS --- content/student/studentDBDML.php | 1 + content/student/studentiooverlay.xul.php | 14 ++++++++++++++ content/student/studentoverlay.js.php | 7 +++++++ include/bisio.class.php | 12 +++++++++--- rdf/bisio.rdf.php | 1 + system/dbupdate_3.3.php | 14 +++++++++++++- 6 files changed, 45 insertions(+), 4 deletions(-) diff --git a/content/student/studentDBDML.php b/content/student/studentDBDML.php index e9c657635..adcd4f16d 100644 --- a/content/student/studentDBDML.php +++ b/content/student/studentDBDML.php @@ -3126,6 +3126,7 @@ if(!$error) $bisio->bisio_id = (isset($_POST['bisio_id'])?$_POST['bisio_id']:''); $bisio->mobilitaetsprogramm_code = $_POST['mobilitaetsprogramm_code']; $bisio->nation_code = $_POST['nation_code']; + $bisio->herkunftsland_code = $_POST['herkunftsland_code']; $bisio->von = $_POST['von']; $bisio->bis = $_POST['bis']; $bisio->student_uid = $_POST['student_uid']; diff --git a/content/student/studentiooverlay.xul.php b/content/student/studentiooverlay.xul.php index da5b47738..ae4d9643c 100644 --- a/content/student/studentiooverlay.xul.php +++ b/content/student/studentiooverlay.xul.php @@ -171,6 +171,20 @@ echo ''; + +