From 4d980947837eb5370e70b6a4c03f4a7ae44c7cad Mon Sep 17 00:00:00 2001 From: Ramdani Date: Thu, 29 May 2025 16:29:02 +0700 Subject: [PATCH] Merge pull request #47784 from xhijack/fix_default_indonesia_vat Fix default indonesia vat --- erpnext/setup/setup_wizard/data/country_wise_tax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 4a4ee9c12aa..7c4ef57889b 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -3905,7 +3905,7 @@ "tax_rate": 11.00 }, "Purchase Tax": { - "account_name": "PPn Masukan", + "account_name": "PPN Masukan", "tax_rate": 11.00 } },