[fix] sync languages after frappe install

This commit is contained in:
Rushabh Mehta 2016-08-24 14:50:04 +05:30
parent cdac8794b9
commit b6d7a45392

View file

@ -23,6 +23,9 @@ def after_install():
import_country_and_currency()
from frappe.core.doctype.language.language import sync_languages
sync_languages()
# save default print setting
print_settings = frappe.get_doc("Print Settings")
print_settings.save()