diff --git a/Layout/default/WarehouseOrder/PDF_MAIN.php b/Layout/default/WarehouseOrder/PDF_MAIN.php
index 3c40a3c8c..08a341682 100644
--- a/Layout/default/WarehouseOrder/PDF_MAIN.php
+++ b/Layout/default/WarehouseOrder/PDF_MAIN.php
@@ -4,6 +4,7 @@
* @var WarehouseOrderModel $order
* @var Array $positions
* @var Array $textElements
+ * @var string $distributorCountryText
*/
$this->setReturnValue(['filename' => $order["id"] . ".pdf"]);
@@ -16,6 +17,7 @@ $texts = [
'total' => 'Total',
'taxFree' => 'Please provide tax-free delivery according to § 6a UStG (Austrian Sales tax law).
Our VAT ID number: ATU68711968. Delivery to Austria.',
'orderConfirmation' => 'Please send the order confirmation to einkauf@xinon.at',
+ 'sendShippingNote' => 'Please send the delivery note with our shipping note and neutral packaging.',
'table' => [
'pos' => 'POS',
'article' => 'Article',
@@ -32,6 +34,7 @@ $texts = [
'total' => 'Gesamt',
'taxFree' => 'Bitte um steuerfreie Lieferung gemäß § 6a UStG.
Unsere UID-Nr.: ATU68711968. Lieferung nach Österreich.',
'orderConfirmation' => 'Wir bitten um Zusendung der Auftragsbestätigung für die Bestellung an einkauf@xinon.at.',
+ 'sendShippingNote' => 'Bitte senden Sie den Lieferschein mit unserem Versandschein und neutraler Verpackung.',
'table' => [
'pos' => 'POS',
'article' => 'Artikel',
@@ -182,10 +185,17 @@ $text = $texts[in_array($distributorCountryText, ["Österreich", "Deutschland",