mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: thai fiscal year
This commit is contained in:
@@ -264,6 +264,5 @@ erpnext.setup.fiscal_years = {
|
|||||||
Pakistan: ["07-01", "06-30"],
|
Pakistan: ["07-01", "06-30"],
|
||||||
Singapore: ["04-01", "03-31"],
|
Singapore: ["04-01", "03-31"],
|
||||||
"South Africa": ["03-01", "02-28"],
|
"South Africa": ["03-01", "02-28"],
|
||||||
Thailand: ["10-01", "09-30"],
|
|
||||||
"United Kingdom": ["04-01", "03-31"],
|
"United Kingdom": ["04-01", "03-31"],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user