From c7e86950f4b954d355953b616fa0f612a47d9e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 17 Jan 2024 07:36:28 +0100 Subject: [PATCH] =?UTF-8?q?FreierDV=20auf=20Darunterliegenden=20externerLe?= =?UTF-8?q?hrender=20ge=C3=A4ndert=20da=20freierdv=20nicht=20zu=20einem=20?= =?UTF-8?q?Dienstverhaeltnis=20zugeordnet=20werden=20soll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/system/MigrateContract.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/application/controllers/system/MigrateContract.php b/application/controllers/system/MigrateContract.php index c86b1366c..99b894473 100644 --- a/application/controllers/system/MigrateContract.php +++ b/application/controllers/system/MigrateContract.php @@ -29,13 +29,11 @@ class MigrateContract extends CLI_Controller $this->load->model('person/benutzerfunktion_model', 'BenutzerfunktionModel'); $this->matching_ba1_vertragsart = array( - //'101'=>'DV zum Bund', // TODO was tun wir damit - '101'=>'freierdv', // TODO was tun wir damit + '101'=>'externerlehrender', '102'=>'DV anderen Gebietskörperschaft', '103'=>'echterdv', - //'104'=>'Lehr- oder Ausbildungsverhältnis', // TODO was tun wir mit dem? '104'=>'studentischehilfskr', - '105'=>'freierdv', + '105'=>'externerlehrender', '106'=>'Andere Bildungseinrichtung', '107'=>'werkvertrag', '108'=>'studentischehilfskr',