From 41a1b8012b5abc8c81acd4ae800dd7573df02a40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 13 Feb 2019 10:50:35 +0100 Subject: [PATCH] Zu 47da14db generische LS-Mail: locales und Anhak-Option in Suche --- bin/mozilla/ct.pl | 3 ++- locale/de/all | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 555768d84..11c81ee0d 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -179,7 +179,7 @@ sub list_names { 'fax', 'email', 'taxnumber', 'street', 'zipcode' , 'city', 'business', 'payment', 'invnumber', 'ordnumber', 'quonumber', 'salesman', 'country', 'gln', 'insertdate', 'pricegroup', 'contact_origin', 'invoice_mail', - 'creditlimit', 'ustid', 'commercial_court' + 'creditlimit', 'ustid', 'commercial_court', 'delivery_order_mail' ); my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; @@ -214,6 +214,7 @@ sub list_names { 'insertdate' => { 'text' => $locale->text('Insert Date'), }, 'pricegroup' => { 'text' => $locale->text('Pricegroup'), }, 'invoice_mail' => { 'text' => $locale->text('Email of the invoice recipient'), }, + 'delivery_order_mail' => { 'text' => $locale->text('Email of the delivery order recipient'), }, 'contact_origin' => { 'text' => $locale->text('Origin of personal data'), }, 'creditlimit' => { 'text' => $locale->text('Credit Limit'), }, 'ustid' => { 'text' => $locale->text('VAT ID'), }, diff --git a/locale/de/all b/locale/de/all index 6b1612073..186672b66 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1226,6 +1226,7 @@ $self->{texts} = { 'Element disabled' => 'Element deaktiviert', 'Email' => 'E-Mail', 'Email journal' => 'E-Mail-Journal', + 'Email of the delivery order recipient' => 'E-Mail des Lieferscheinempfängers', 'Email of the invoice recipient' => 'E-Mail des Rechnungsempfängers', 'Employee' => 'Bearbeiter', 'Employee #1 saved!' => 'Benutzer #1 gespeichert!', -- 2.20.1