From 8fed3b3522df92d301b46c41bbf1ec9aeee380c9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 13 Jul 2021 22:03:49 +1000 Subject: [PATCH] Typo fix --- InvenTree/company/templates/company/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index 9bc47e3b63..1f2bcf3784 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -423,7 +423,7 @@ }); attachNavCallbacks({ - panelClass: 'company', + name: 'company', default: 'company-stock' });