fix: add missing arg while invoking _download_multi_pdf
(cherry picked from commit f82ed9fe11831d78e612ccd5db189f61439f1026)
This commit is contained in:
parent
7c126f0555
commit
aba2b7808f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue