From 07c884e5ac2318a9a67947faa88ecd1d4ca0629e Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Tue, 30 Aug 2016 15:19:30 +0200 Subject: [PATCH] =?utf8?q?Fehlende=20impliziten=20=C3=9Cbersetzungen=20f?= =?utf8?q?=C3=BCr=20Zahlungsart?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Wird in bank_transfer_edit gebraucht --- SL/DB/Helper/Payment.pm | 7 +++++++ locale/de/all | 3 +++ 2 files changed, 10 insertions(+) diff --git a/SL/DB/Helper/Payment.pm b/SL/DB/Helper/Payment.pm index 64d6a639c..2507e45ec 100644 --- a/SL/DB/Helper/Payment.pm +++ b/SL/DB/Helper/Payment.pm @@ -706,6 +706,13 @@ sub get_payment_suggestions { return 1; }; +# locales for payment type +# +# $main::locale->text('without_skonto') +# $main::locale->text('with_skonto_pt') +# $main::locale->text('difference_as_skonto') +# + sub validate_payment_type { my $payment_type = shift; diff --git a/locale/de/all b/locale/de/all index 53b2f626f..cb96a4bac 100755 --- a/locale/de/all +++ b/locale/de/all @@ -3491,6 +3491,7 @@ $self->{texts} = { 'delivered' => 'geliefert', 'deliverydate' => 'Lieferdatum', 'difference as skonto' => 'Differenz als Skonto', + 'difference_as_skonto' => 'Differenz als Skonto', 'direct debit' => 'Lastschrifteinzug', 'disposed' => 'Entsorgung', 'do not include' => 'Nicht aufnehmen', @@ -3672,7 +3673,9 @@ $self->{texts} = { 'warehouse_report_list' => 'lagerbestandsliste', 'with amount' => 'mit Betrag', 'with skonto acc. to pt' => 'mit Skonto nach ZB', + 'with_skonto_pt' => 'mit Skonto nach ZB', 'without skonto' => 'ohne Skonto', + 'without_skonto' => 'ohne Skonto', 'working copy' => 'Arbeitskopie', 'wrongformat' => 'Falsches Format', 'yearly' => 'jährlich', -- 2.20.1