From 7426aaf1e2f995f03607a48ac4ba6db0d4c22ec4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:00:04 +0530 Subject: [PATCH] fix(regional): Japanese CT Rate (backport #54998) (#55438) Co-authored-by: mh35 fix(regional): Japanese CT Rate (#54998) --- erpnext/setup/setup_wizard/data/country_wise_tax.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index a83884d3ac1..87cb7a0c871 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -4219,9 +4219,14 @@ }, "Japan": { - "Japan Tax": { - "account_name": "CT", - "tax_rate": 5.00 + "Japan Tax 10%": { + "account_name": "CT 10%", + "tax_rate": 10.00, + "default": 1 + }, + "Japan Tax 8%": { + "account_name": "CT 8%", + "tax_rate": 8.00 } },