2
0
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:
Oliver Walters
2019-05-07 23:39:42 +10:00
parent 85869c07f6
commit cd514bf1db
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}