From 908e2ef8bc6ad49da3773f2478207a78630b5585 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 2 Feb 2020 11:54:09 +1100 Subject: [PATCH] Add glyphicon for company notes --- InvenTree/company/templates/company/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/templates/company/tabs.html b/InvenTree/company/templates/company/tabs.html index 1160b4770b..007d9e2e54 100644 --- a/InvenTree/company/templates/company/tabs.html +++ b/InvenTree/company/templates/company/tabs.html @@ -23,6 +23,6 @@ {% endif %} {% endif %} - {% trans "Notes" %} + {% trans "Notes" %}{% if company.notes %} {% endif %}