Zu 47da14db generische LS-Mail: locales und Anhak-Option in Suche
authorJan Büren <jan@kivitendo.de>
Wed, 13 Feb 2019 09:50:35 +0000 (10:50 +0100)
committerJan Büren <jan@kivitendo.de>
Wed, 13 Feb 2019 09:50:35 +0000 (10:50 +0100)
bin/mozilla/ct.pl
locale/de/all

index 555768d..11c81ee 100644 (file)
@@ -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'), },
index 6b16120..186672b 100755 (executable)
@@ -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!',