Bugfix kleinunternehmer bestellung

This commit is contained in:
OpenXE 2024-11-05 12:41:54 +01:00
parent a51136e3ac
commit c3c12ed3af
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class BestellungPDF extends BriefpapierCustom {
$this->doctype="bestellung";
$this->doctypeOrig="Bestellung";
$this->bestellungohnepreis=0;
parent::__construct($this->app,$projekt);
parent::__construct($this->app,$projekt,Array('kleinunternehmer' => 'ignore')); // Fix for ignoring kleinunternehmer 0 or false does not work because of function getStyleElement($key) (class.briefpapier.php)
}

View File

@ -2339,7 +2339,7 @@ class Briefpapier extends SuperFPDF {
if(isset($this->textDetails['footer'])) {
$freitext = $this->getStyleElement('freitext');
if($this->getStyleElement("kleinunternehmer"))
if($this->getStyleElement("kleinunternehmer") == '1')
{
if($this->textDetails['footer']=="") $this->textDetails['footer'] ="Als Kleinunternehmer im Sinne von §19 Abs.1 UStG wird Umsatzsteuer nicht berechnet!";
else $this->textDetails['footer'] .="\r\nAls Kleinunternehmer im Sinne von § 19 Abs. 1 UStG wird Umsatzsteuer nicht berechnet!";