From db43231927f9a73ef7967cf9217f6f0aa228ac1e Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Fri, 24 Apr 2026 12:46:47 +0000 Subject: [PATCH] Drop hardcoded rows from confirm screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Country / Currency / Timezone / Chart of Accounts are fixed for every AZ install and show no user-editable information — just noise on the final review. Still passed to setup_complete unchanged; only the UI row is gone. --- jey_wizard/__init__.py | 2 +- jey_wizard/public/js/jey_setup.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/jey_wizard/__init__.py b/jey_wizard/__init__.py index 485f44a..b3f4756 100644 --- a/jey_wizard/__init__.py +++ b/jey_wizard/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/jey_wizard/public/js/jey_setup.js b/jey_wizard/public/js/jey_setup.js index a9dcd84..c8c113c 100644 --- a/jey_wizard/public/js/jey_setup.js +++ b/jey_wizard/public/js/jey_setup.js @@ -10,7 +10,7 @@ frappe.provide("jey_wizard"); // Bump this string in every commit that changes wizard code. Displayed in the badge so // we can tell at a glance which version is actually running on a given machine. Kept in // sync with __version__ in jey_wizard/__init__.py. -const JEY_WIZARD_VERSION = "0.1.1"; +const JEY_WIZARD_VERSION = "0.1.2"; // Wipe Frappe + ERPNext default slides so their `before_load`/`after_load` listeners // don't try to mutate a wizard that isn't slide-based anymore. @@ -423,10 +423,6 @@ frappe.setup.SetupWizard = class JeySetupWizard { : ""}