From b8bb57cec98c3ab51781a1ec16147dd8f4fc7d62 Mon Sep 17 00:00:00 2001 From: mh35 Date: Sun, 31 May 2026 00:33:49 +0900 Subject: [PATCH] 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 } },