hidden field für die berechnung hinzugefügt

This commit is contained in:
Karl Burkhart
2012-02-28 15:48:36 +00:00
parent 427531cd68
commit 229494a851
4 changed files with 116 additions and 47 deletions
+1 -1
View File
@@ -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;