typoe fixed

This commit is contained in:
Carlos Jimenez Ruiz 2019-02-27 10:05:49 +01:00
parent fd1e380d7a
commit c227784877
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<vn-th th-id="picture"></vn-th>
<vn-th field="id" number>Id</vn-th>
<vn-th th-id="grouping" number>Grouping</vn-th>
<vn-th th-id="packing" number>packing</vn-th>
<vn-th th-id="packing" number>Packing</vn-th>
<vn-th th-id="description" style="text-align: center">Description</vn-th>
<vn-th th-id="stems" number>Stems</vn-th>
<vn-th th-id="type">Type</vn-th>
@ -55,8 +55,8 @@
{{::item.id | zeroFill:6}}
</span>
</vn-td>
<vn-td>{{::item.grouping | dashIfEmpty}}</vn-td>
<vn-td>{{::item.packing | dashIfEmpty}}</vn-td>
<vn-td number>{{::item.grouping | dashIfEmpty}}</vn-td>
<vn-td number>{{::item.packing | dashIfEmpty}}</vn-td>
<vn-td expand>
<vn-fetched-tags
max-length="6"