diff --git a/frappe/public/js/billing.bundle.js b/frappe/public/js/billing.bundle.js index bf0b95cfa6..6c366e6055 100644 --- a/frappe/public/js/billing.bundle.js +++ b/frappe/public/js/billing.bundle.js @@ -4,7 +4,7 @@ let isFCUser = false; $(document).ready(function () { if ( frappe.boot.is_fc_site && - frappe.boot.setup_complete === 1 && + !!frappe.boot.setup_complete && !frappe.is_mobile() && frappe.user.has_role("System Manager") ) {