Skip to content

Commit

Permalink
fix: add missing arg while invoking _download_multi_pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkrishna619 committed Mar 25, 2024
1 parent b2260c1 commit f82ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/utils/print_format.py
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 f82ed9f

Please sign in to comment.