[fix] sync languages after frappe install
This commit is contained in:
parent
cdac8794b9
commit
b6d7a45392
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue