Merge branch 'master' into develop

This commit is contained in:
Frappe Bot
2019-03-01 09:22:36 +00:00
10 changed files with 71 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ def boot_session(bootinfo):
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`""")