fix: Set link title in PDF
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
This commit is contained in:
parent
1f01eccb9b
commit
09ea38e96f
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ def get_context(context):
|
|||
else:
|
||||
doc = frappe.get_doc(frappe.form_dict.doctype, frappe.form_dict.name)
|
||||
|
||||
set_link_titles(doc)
|
||||
|
||||
settings = frappe.parse_json(frappe.form_dict.settings)
|
||||
|
||||
letterhead = frappe.form_dict.letterhead or None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue