From 5f7018390a94d63b8707412879fd193ce59aa3e5 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 4 May 2026 23:09:00 +0300 Subject: [PATCH] final result 4-5-2026 --- public/shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/shell.php b/public/shell.php index ffd215a..c5fdd55 100644 --- a/public/shell.php +++ b/public/shell.php @@ -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;