Steuerzone - korrekter Name von Warenbestand in Template
authorG. Richardson <information@kivitendo-premium.de>
Wed, 6 Aug 2014 10:59:21 +0000 (12:59 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 6 Aug 2014 10:59:21 +0000 (12:59 +0200)
templates/webpages/buchungsgruppen/form.html
templates/webpages/buchungsgruppen/list.html

index b520197..4141570 100644 (file)
@@ -11,7 +11,7 @@
     <td>[%- L.input_tag("config.description", SELF.config.description) %]</td>
   </tr>
   <tr>
-    <th align="right">[% 'Inventory account' | $T8 %]</th>
+    <th align="right">[% 'Inventory Account' | $T8 %]</th>
     [%- IF NOT SELF.config.id %]
       <td>[%- L.select_tag("config.inventory_accno_id", ACCOUNTS.ic, title_sub=\account_label, default=SELF.defaults.inventory_accno_id) %]</td>
     [%- ELSIF SELF.config.id AND SELF.config.orphaned %]
index ba80499..8621e85 100644 (file)
@@ -8,7 +8,7 @@
    <tr class="listheading">
     <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
     <th width="20%">[% 'Description' | $T8 %]</th>
-    <th width="20%">[% 'Inventory account' | $T8 %]</th>
+    <th width="20%">[% 'Inventory Account' | $T8 %]</th>
      [%- FOREACH tz = TAXZONES %]
         <th width="20%">[% 'Revenue' | $T8 %] [% HTML.escape(tz.description) %]</th>
         <th width="20%">[% 'Expense' | $T8 %] [% HTML.escape(tz.description) %]</th>