Update: 2026-05-04 22:57:42

This commit is contained in:
Hamza-Ayed
2026-05-04 22:57:43 +03:00
parent 2585abe2fa
commit fbfaae8af4

View File

@@ -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) {