Update: 2026-05-04 22:57:42
This commit is contained in:
@@ -2123,7 +2123,7 @@
|
|||||||
this.companies = await this.apiRequest('v1/companies') || [];
|
this.companies = await this.apiRequest('v1/companies') || [];
|
||||||
if (this.page === 'users') this.users = await this.apiRequest('v1/users') || [];
|
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 === '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) {
|
getQrSrc(inv) {
|
||||||
|
|||||||
Reference in New Issue
Block a user