Skip to content

Commit

Permalink
fix: Set link title in PDF
Browse files Browse the repository at this point in the history
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
(cherry picked from commit 09ea38e)
  • Loading branch information
surajshetty3416 authored and mergify[bot] committed Mar 15, 2023
1 parent c1b0210 commit 716db05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/www/printview.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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
Expand Down

0 comments on commit 716db05

Please sign in to comment.