Skip to content

Commit

Permalink
fixed PDFMaker labels
Browse files Browse the repository at this point in the history
(contribution by FrankP)
  • Loading branch information
AlexKay85 committed Oct 9, 2020
1 parent fb4042d commit 3eede5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/Invoice/language/de_de.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Discount' => 'Rabatt',
'VAR_TAXID' => 'USt-IdNr.:',
'VAR_ADJUSTMENT' => 'Anpassung',
'Tax_NAME' => '% Mwst." => ',
'Tax_NAME' => '% Mwst. => ',
'INCLUDE_NAME' => 'enthalten',
'Unit' => 'Einheit',
'ORG_POSITION' => 'Geschäftsführer',
Expand Down
2 changes: 1 addition & 1 deletion modules/Invoice/language/en_us.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'Discount' => 'Discount',
'VAR_TAXID' => 'Tax ID#:',
'VAR_ADJUSTMENT' => 'Adjustment',
'Tax_NAME' => '% Tax" => ',
'Tax_NAME' => '% VAT" => ',
'INCLUDE_NAME' => ' included',
'Unit' => 'Unit',
'ORG_POSITION' => 'CEO',
Expand Down
2 changes: 1 addition & 1 deletion modules/PurchaseOrder/language/de_de.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'Discount' => 'Rabatt',
'VAR_TAXID' => 'USt-IdNr.:',
'VAR_ADJUSTMENT' => 'Anpassung',
'Tax_NAME' => '% Mwst." => ',
'Tax_NAME' => '% Mwst. => ',
'INCLUDE_NAME' => 'enthalten',
'Unit' => 'Einheit',
'ORG_POSITION' => 'Geschäftsführer',
Expand Down
2 changes: 1 addition & 1 deletion modules/PurchaseOrder/language/en_us.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'Discount' => 'Discount',
'VAR_TAXID' => 'Tax ID#:',
'VAR_ADJUSTMENT' => 'Adjustment',
'Tax_NAME' => '% Tax" => ',
'Tax_NAME' => '% VAT => ',
'INCLUDE_NAME' => ' included',
'Unit' => 'Unit',
'ORG_POSITION' => 'CEO',
Expand Down
2 changes: 1 addition & 1 deletion modules/Quotes/language/en_us.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'Discount' => 'Dis',
'VAR_TAXID' => 'Tax ID#:',
'VAR_ADJUSTMENT' => 'Adjustment',
'Tax_NAME' => '% Tax" => ',
'Tax_NAME' => '% VAT => ',
'INCLUDE_NAME' => ' included',
'Unit' => 'Unit',
'ORG_POSITION' => 'CEO',
Expand Down
2 changes: 1 addition & 1 deletion modules/SalesOrder/language/de_de.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'Discount' => 'Rabatt',
'VAR_TAXID' => 'USt-IdNr.:',
'VAR_ADJUSTMENT' => 'Anpassung',
'Tax_NAME' => '% Mwst." => ',
'Tax_NAME' => '% Mwst. => ',
'INCLUDE_NAME' => 'enthalten',
'Unit' => 'Einheit',
'ORG_POSITION' => 'Geschäftsführer',
Expand Down
2 changes: 1 addition & 1 deletion modules/SalesOrder/language/en_us.lang.pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'Discount' => 'Discount',
'VAR_TAXID' => 'Tax ID#:',
'VAR_ADJUSTMENT' => 'Adjustment',
'Tax_NAME' => '% Tax" => ',
'Tax_NAME' => '% Tax => ',
'INCLUDE_NAME' => ' included',
'Unit' => 'Unit',
'ORG_POSITION' => 'CEO',
Expand Down

0 comments on commit 3eede5e

Please sign in to comment.