<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 %]
<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>