Browse Source

[fix] sync languages after frappe install

version-14
Rushabh Mehta 9 years ago
parent
commit
b6d7a45392
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      frappe/utils/install.py

+ 3
- 0
frappe/utils/install.py 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()


Loading…
Cancel
Save