From: Sven Schöling Date: Mon, 23 Nov 2015 12:38:29 +0000 (+0100) Subject: GoBD: IDs von Kunden/Lieferanten auch so nennen. X-Git-Tag: release-3.5.4~1952 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ce1e79d374f6c16fa83e395dc0cfd8e7d8d898f8;p=kivitendo-erp.git GoBD: IDs von Kunden/Lieferanten auch so nennen. --- diff --git a/SL/GoBD.pm b/SL/GoBD.pm index f0d0d0ca1..950bfb6da 100644 --- a/SL/GoBD.pm +++ b/SL/GoBD.pm @@ -44,7 +44,7 @@ my %column_titles = ( description => t8('Description'), }, customer_vendor => { - id => t8('ID'), + id => t8('ID (lit)'), name => t8('Name'), department_1 => t8('Department 1'), department_2 => t8('Department 2'), diff --git a/locale/de/all b/locale/de/all index 6511d8678..cde50c7f8 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1417,6 +1417,7 @@ $self->{texts} = { 'I' => 'I', 'IBAN' => 'IBAN', 'ID' => 'Buchungsnummer', + 'ID (lit)' => 'ID', 'ID of own bank account' => 'Datenbank-ID des Bankkontos', 'ID-Nummer' => 'ID-Nummer (intern)', 'ID/Acc_ID' => 'ID/Acc_ID',