chore: updated education config
diff --git a/erpnext/startup/boot.py b/erpnext/startup/boot.py
index 473fba5..a5bd93f 100644
--- a/erpnext/startup/boot.py
+++ b/erpnext/startup/boot.py
@@ -34,7 +34,7 @@
 				LIMIT 1""") and 'Yes' or 'No'
 
 		bootinfo.docs += frappe.db.sql("""select name, default_currency, cost_center, default_terms,
-			default_letter_head, default_bank_account, enable_perpetual_inventory from `tabCompany`""",
+			default_letter_head, default_bank_account, enable_perpetual_inventory, country from `tabCompany`""",
 			as_dict=1, update={"doctype":":Company"})
 
 		party_account_types = frappe.db.sql(""" select name, ifnull(account_type, '') from `tabParty Type`""")