Merge pull request #49438 from pipech/fix-thai-fiscal-year

fix(acc): thai fiscal year
This commit is contained in:
Diptanil Saha
2025-09-16 00:50:30 +05:30
committed by GitHub

View File

@@ -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"],
};