From b80bde7dac57a9083172f3086791dc79f521d0b9 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Mon, 2 Feb 2026 13:50:32 +0300 Subject: [PATCH] fix: add showToast fallback for robustness\n\n- Added fallback showToast function to prevent undefined errors\n- If showToast is not available from base.html, use simple alert fallback\n- Maintains same functionality while improving robustness\n- Addresses potential undefined showToast issue in pricelists functions --- web/templates/admin_pricing.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/templates/admin_pricing.html b/web/templates/admin_pricing.html index 9f3ed44..97f8190 100644 --- a/web/templates/admin_pricing.html +++ b/web/templates/admin_pricing.html @@ -203,6 +203,12 @@