company wise letter head feature added
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py
index 5e0d9c3..2abc187 100644
--- a/erpnext/accounts/utils.py
+++ b/erpnext/accounts/utils.py
@@ -413,3 +413,8 @@
 				})
 
 	return all_outstanding_vouchers
+	
+@frappe.whitelist()
+def get_letter_head(company):
+	return frappe.db.get_value("Company",company,"default_letter_head")
+