Tracker: fix order received column being empty
This commit is contained in:
parent
d5f15e6408
commit
681f7041dc
|
@ -29,7 +29,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ id | item_name }}</td>
|
<td>{{ id | item_name }}</td>
|
||||||
<td>{{ count }}</td>
|
<td>{{ count }}</td>
|
||||||
<td>{{received_items[name]}}</td>
|
<td>{{received_items[id]}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue