Skip to content

Commit

Permalink
Merge pull request #25640 from akashkrishna619/d_multi_pdf
Browse files Browse the repository at this point in the history
fix: download_multi_pdf doesn't print letter head
  • Loading branch information
akhilnarang committed Mar 26, 2024
2 parents 5b64ac9 + f82ed9f commit 731dbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/utils/print_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def download_multi_pdf(
"""
Calls _download_multi_pdf with the given parameters and returns the response
"""
return _download_multi_pdf(doctype, name, format, no_letterhead, options)
return _download_multi_pdf(doctype, name, format, no_letterhead, letterhead, options)


@frappe.whitelist()
Expand Down

0 comments on commit 731dbfc

Please sign in to comment.