]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 b520197d8a6fcfa416c96b1a74ad8628b86ab607..4141570f424414a5c4633acd237080e22c80a77e 100644 (file)
@@ -11,7 +11,7 @@
     <td>[%- L.input_tag("config.description", SELF.config.description) %]</td>
   </tr>
   <tr>
     <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 %]
     [%- 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 ba80499fefe91cadfdc0ba13b1c8e72e574bf366..8621e85945976bb48ce5c79f9150e1cc89b849bf 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>
    <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>
      [%- FOREACH tz = TAXZONES %]
         <th width="20%">[% 'Revenue' | $T8 %] [% HTML.escape(tz.description) %]</th>
         <th width="20%">[% 'Expense' | $T8 %] [% HTML.escape(tz.description) %]</th>