mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
This commit is contained in:
@@ -1058,8 +1058,11 @@ function MitarbeiterVerwendungSpeichern(dialog, bisverwendung_id, mitarbeiter_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
hauptberufcode='';
|
||||
hauptberuflich='';
|
||||
if(hauptberuflich==true)
|
||||
{
|
||||
alert('Hauptberuflich darf bei dieser Verwendung nicht gesetzt sein');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if(beginn!='' && !CheckDatum(beginn))
|
||||
|
||||
Reference in New Issue
Block a user