- Fehler behoben wodurch Entwicklugnsteam nicht gespeichert werden konnte

wenn das Endedatum leer ist.
- Entwicklungsteam update aus alten DB-Update entfernt
This commit is contained in:
Andreas Österreicher
2024-02-01 08:20:10 +01:00
parent fae185958b
commit ef64aa7da2
2 changed files with 1 additions and 123 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ class entwicklungsteam extends basis_db
$this->errormsg = 'Besondere Qualifikation muss eingetragen werden';
return false;
}
if($this->beginn > $this->ende)
if($this->ende != '' && $this->beginn > $this->ende)
{
$this->errormsg = 'Endedatum darf nicht vor Anfangsdatum liegen';
return false;