mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
Mahnspanne kann auch leer sein
This commit is contained in:
@@ -164,7 +164,7 @@ class konto extends basis_db
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!is_numeric($this->mahnspanne))
|
||||
if($this->mahnspanne!='' && !is_numeric($this->mahnspanne))
|
||||
{
|
||||
$this->errormsg = "Die Mahnspanne muss eine gueltige Zahl sein";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user