From fbfaae8af4dd304cf12649fec5e33c64f893bc07 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 4 May 2026 22:57:43 +0300 Subject: [PATCH] Update: 2026-05-04 22:57:42 --- public/shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/shell.php b/public/shell.php index 92159f1..ffd215a 100644 --- a/public/shell.php +++ b/public/shell.php @@ -2123,7 +2123,7 @@ this.companies = await this.apiRequest('v1/companies') || []; if (this.page === 'users') this.users = await this.apiRequest('v1/users') || []; if (this.page === 'invoices') this.invoices = await this.apiRequest('v1/invoices') || []; - if (this.page === 'tenants' && this.user.role === 'super_admin') this.tenants = await this.apiRequest('v1/tenants') || []; + if (this.user.role === 'super_admin') this.tenants = await this.apiRequest('v1/tenants') || []; }, getQrSrc(inv) {