mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Display which lines have been received against a PO
This commit is contained in:
parent
21e369e6cc
commit
0d68dbcfa7
@ -115,7 +115,7 @@ InvenTree | {{ order }}
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for line in order.lines.all %}
|
{% for line in order.lines.all %}
|
||||||
<tr>
|
<tr{% if order.status == OrderStatus.PLACED %} class={% if line.received < line.quantity %}'rowinvalid'{% else %}'rowvalid'{% endif %}{% endif %}>
|
||||||
<td>
|
<td>
|
||||||
{{ forloop.counter }}
|
{{ forloop.counter }}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user