From 915e14b7f4a22384a3cd6ca744401474525dd301 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 6 Aug 2014 12:59:21 +0200 Subject: [PATCH] Steuerzone - korrekter Name von Warenbestand in Template --- templates/webpages/buchungsgruppen/form.html | 2 +- templates/webpages/buchungsgruppen/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) %] -- 2.20.1