mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
dc741b6183
commit
2431fc6d58
@ -22,7 +22,7 @@
|
|||||||
{% for line in lines %}
|
{% for line in lines %}
|
||||||
<tr style="height: 2.5rem; border-bottom: 1px solid">
|
<tr style="height: 2.5rem; border-bottom: 1px solid">
|
||||||
<td style='padding-left: 1em;'>
|
<td style='padding-left: 1em;'>
|
||||||
<a href='{{ line.link }}'>{{ line.part.full_name }}</a>{% if part.description %} - <em>{{ part.description }}</em>{% endif %}
|
<a href='{{ line.link }}'>{{ line.part.full_name }}</a>{% if line.part.description %} - <em>{{ line.part.description }}</em>{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
{% decimal line.required %} {% include "part/part_units.html" with part=line.part %}
|
{% decimal line.required %} {% include "part/part_units.html" with part=line.part %}
|
||||||
|
Loading…
Reference in New Issue
Block a user