Fehlende impliziten Übersetzungen für Zahlungsart
authorMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Tue, 30 Aug 2016 13:19:30 +0000 (15:19 +0200)
committerMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Tue, 30 Aug 2016 13:19:39 +0000 (15:19 +0200)
Wird in bank_transfer_edit gebraucht

SL/DB/Helper/Payment.pm
locale/de/all

index 64d6a63..2507e45 100644 (file)
@@ -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;
 
index 53b2f62..cb96a4b 100755 (executable)
@@ -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',