From: G. Richardson Date: Wed, 6 Aug 2014 10:59:21 +0000 (+0200) Subject: Steuerzone - korrekter Name von Warenbestand in Template X-Git-Tag: release-3.2.0beta~358^2~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=915e14b7f4a22384a3cd6ca744401474525dd301;p=kivitendo-erp.git Steuerzone - korrekter Name von Warenbestand in Template --- diff --git a/templates/webpages/buchungsgruppen/form.html b/templates/webpages/buchungsgruppen/form.html index b520197d8..4141570f4 100644 --- a/templates/webpages/buchungsgruppen/form.html +++ b/templates/webpages/buchungsgruppen/form.html @@ -11,7 +11,7 @@ [%- L.input_tag("config.description", SELF.config.description) %] - [% 'Inventory account' | $T8 %] + [% 'Inventory Account' | $T8 %] [%- IF NOT SELF.config.id %] [%- L.select_tag("config.inventory_accno_id", ACCOUNTS.ic, title_sub=\account_label, default=SELF.defaults.inventory_accno_id) %] [%- ELSIF SELF.config.id AND SELF.config.orphaned %] diff --git a/templates/webpages/buchungsgruppen/list.html b/templates/webpages/buchungsgruppen/list.html index ba80499fe..8621e8594 100644 --- a/templates/webpages/buchungsgruppen/list.html +++ b/templates/webpages/buchungsgruppen/list.html @@ -8,7 +8,7 @@ [ LxERP.t8('reorder item') %] [% 'Description' | $T8 %] - [% 'Inventory account' | $T8 %] + [% 'Inventory Account' | $T8 %] [%- FOREACH tz = TAXZONES %] [% 'Revenue' | $T8 %] [% HTML.escape(tz.description) %] [% 'Expense' | $T8 %] [% HTML.escape(tz.description) %]