mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
hidden field für die berechnung hinzugefügt
This commit is contained in:
@@ -193,7 +193,7 @@ class wawi_bestelldetail extends basis_db
|
||||
$this->errormsg="Ungültiger Preis eingegeben.";
|
||||
return false;
|
||||
}
|
||||
if(!is_numeric($this->mwst) && $this->mwst != '')
|
||||
if(!is_numeric($this->mwst) || $this->mwst == '')
|
||||
{
|
||||
$this->errormsg="Ungültige MWSt. eingegeben.";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user