mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +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