[fix] default letter in salary slip comes from customized default or company and optimized boot for curreny

This commit is contained in:
Rushabh Mehta
2016-03-22 14:52:25 +05:30
parent 79a6fc9a84
commit e29192c197
2 changed files with 16 additions and 6 deletions

View File

@@ -38,7 +38,8 @@ def load_country_and_currency(bootinfo):
if country and frappe.db.exists("Country", country):
bootinfo.docs += [frappe.get_doc("Country", country)]
bootinfo.docs += frappe.db.sql("""select * from tabCurrency
bootinfo.docs += frappe.db.sql("""select name, fraction, fraction_units,
number_format, smallest_currency_fraction_value, symbol from tabCurrency
where enabled=1""", as_dict=1, update={"doctype":":Currency"})
def get_letter_heads():