From a330dca7d45d74c4824c4d79208548b41579578d Mon Sep 17 00:00:00 2001 From: bmkalle <69298836+bmkalle@users.noreply.github.com> Date: Thu, 17 Jun 2021 10:51:00 +0200 Subject: [PATCH] Update company-select.blade.php select should be disabled if full multiple companies is activated and the user isn't a superuser. otherwise the user get the ability to choose all companies. --- resources/views/partials/forms/edit/company-select.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/forms/edit/company-select.blade.php b/resources/views/partials/forms/edit/company-select.blade.php index 74adc86cbe..f4512999bf 100644 --- a/resources/views/partials/forms/edit/company-select.blade.php +++ b/resources/views/partials/forms/edit/company-select.blade.php @@ -4,7 +4,7 @@