From 14a003eeb72633bb0c9337ef030a2fd11bf73568 Mon Sep 17 00:00:00 2001 From: sokumon Date: Thu, 26 Feb 2026 13:09:45 +0530 Subject: [PATCH] fix: disable chat popup --- frappe/public/js/billing.bundle.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frappe/public/js/billing.bundle.js b/frappe/public/js/billing.bundle.js index da8b52be7a..c3771f4ce9 100644 --- a/frappe/public/js/billing.bundle.js +++ b/frappe/public/js/billing.bundle.js @@ -32,9 +32,6 @@ $(document).ready(function () { !!frappe.boot.setup_complete && !frappe.is_mobile() && frappe.user.has_role("System Manager"); - if (visiblity_condition && isFCUser) { - addChatBubble(); - } if (isFCUser) { $.extend(card_args, { primary_action_label: "Upgrade",