company wise letter head feature added
This commit is contained in:
committed by
Nabin Hait
parent
b0b7e7fdf8
commit
31a92bd9d9
@@ -413,3 +413,8 @@ def get_outstanding_invoices(amount_query, account, party_type, party):
|
||||
})
|
||||
|
||||
return all_outstanding_vouchers
|
||||
|
||||
@frappe.whitelist()
|
||||
def get_letter_head(company):
|
||||
return frappe.db.get_value("Company",company,"default_letter_head")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user