Mahnspanne kann auch leer sein

This commit is contained in:
Andreas Österreicher
2021-08-30 20:35:15 +02:00
parent 0a97a028ee
commit 64555c0ca1
+1 -1
View File
@@ -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;