final result 4-5-2026
This commit is contained in:
@@ -2125,7 +2125,7 @@
|
|||||||
if (this.page === 'invoices') this.invoices = await this.apiRequest('v1/invoices') || [];
|
if (this.page === 'invoices') this.invoices = await this.apiRequest('v1/invoices') || [];
|
||||||
if (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) {
|
||||||
if (!inv) return '';
|
if (!inv) return '';
|
||||||
if (inv.jofotara?.qr_image_uri) return inv.jofotara.qr_image_uri;
|
if (inv.jofotara?.qr_image_uri) return inv.jofotara.qr_image_uri;
|
||||||
|
|||||||
Reference in New Issue
Block a user