diff --git a/www/lib/class.versanddienstleister.php b/www/lib/class.versanddienstleister.php index 6bde178b..ed528a2f 100644 --- a/www/lib/class.versanddienstleister.php +++ b/www/lib/class.versanddienstleister.php @@ -395,7 +395,7 @@ abstract class Versanddienstleister $this->app->ExitXentral(); } - $address['sendungsart'] = CustomsInfo::CUSTOMS_TYPE_GOODS; + $address['shipment_type'] = CustomsInfo::CUSTOMS_TYPE_GOODS; $products = $this->GetShippingProducts(); $products = array_combine(array_column($products, 'Id'), $products); $address['product'] = $products[0]->Id ?? ''; diff --git a/www/lib/versandarten/content/createshipment.tpl b/www/lib/versandarten/content/createshipment.tpl index 6d545f2e..1723d1a9 100644 --- a/www/lib/versandarten/content/createshipment.tpl +++ b/www/lib/versandarten/content/createshipment.tpl @@ -175,7 +175,7 @@