Added "homeoffice" to FAS > BIS-Daten

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
cris-technikum
2021-08-10 12:31:39 +02:00
parent 25ee1032e5
commit c38683edf5
5 changed files with 35 additions and 0 deletions
+7
View File
@@ -181,6 +181,13 @@ if(!$error)
$verwendung->azgrelevant = false;
else
$verwendung->azgrelevant = '';
if($_POST['homeoffice']=='true')
$verwendung->homeoffice = true;
elseif($_POST['homeoffice']=='false')
$verwendung->homeoffice = false;
else
$verwendung->homeoffice = '';
if($verwendung->save())
{