final result 4-5-2026

This commit is contained in:
Hamza-Ayed
2026-05-04 23:09:00 +03:00
parent fbfaae8af4
commit 5f7018390a

View File

@@ -2125,7 +2125,7 @@
if (this.page === 'invoices') this.invoices = await this.apiRequest('v1/invoices') || [];
if (this.user.role === 'super_admin') this.tenants = await this.apiRequest('v1/tenants') || [];
},
//
getQrSrc(inv) {
if (!inv) return '';
if (inv.jofotara?.qr_image_uri) return inv.jofotara.qr_image_uri;