From 13cd8624b2a5a7bdec5c09b810126fb7188fff6b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 5 Oct 2020 01:01:56 +1100 Subject: [PATCH] Fix permissions --- InvenTree/templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/navbar.html b/InvenTree/templates/navbar.html index 57a902b755..2224d85bc4 100644 --- a/InvenTree/templates/navbar.html +++ b/InvenTree/templates/navbar.html @@ -21,7 +21,7 @@ {% if perms.stock.view_stockitem or perms.part.view_stocklocation %}
  • {% trans "Stock" %}
  • {% endif %} - {% if perms.build %} + {% if perms.build.view_build %}
  • {% trans "Build" %}
  • {% endif %} {% if perms.order.view_purchaseorder %}