From fe74e0888be6d22298b148d06b1db54bb00217e2 Mon Sep 17 00:00:00 2001 From: pipech Date: Wed, 3 Sep 2025 14:27:02 +0700 Subject: [PATCH] fix: thai fiscal year --- erpnext/public/js/setup_wizard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index ef9375e834f..98276535a0a 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -264,6 +264,5 @@ erpnext.setup.fiscal_years = { Pakistan: ["07-01", "06-30"], Singapore: ["04-01", "03-31"], "South Africa": ["03-01", "02-28"], - Thailand: ["10-01", "09-30"], "United Kingdom": ["04-01", "03-31"], };