mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Mark who a build was completed by
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<td>{{ build.quantity }}</td>
|
||||
<td>{% include "build_status.html" with build=build %}
|
||||
{% if completed %}
|
||||
<td>{{ build.completion_date }}</td>
|
||||
<td>{{ build.completion_date }}<span class='badge'>{{ build.completed_by.username }}</span></td>
|
||||
{% else %}
|
||||
<td>{{ build.creation_date }}</td>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user