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;