diff --git a/InvenTree/build/templates/build/build_output.html b/InvenTree/build/templates/build/build_output.html index f35672bf79..e5a3e77e61 100644 --- a/InvenTree/build/templates/build/build_output.html +++ b/InvenTree/build/templates/build/build_output.html @@ -9,7 +9,7 @@

{% trans "Build Outputs" %}


-{% include "stock_table.html" %} +{% include "stock_table.html" with read_only=True %} {% endblock %} diff --git a/InvenTree/templates/stock_table.html b/InvenTree/templates/stock_table.html index 31eaf30bb7..2d823c9510 100644 --- a/InvenTree/templates/stock_table.html +++ b/InvenTree/templates/stock_table.html @@ -3,6 +3,8 @@
+ {% if read_only %} + {% else %} + {% endif %}