Merge pull request #8272 from deepeshgarg007/multi_print
fix: Error while printing multiple docs
This commit is contained in:
commit
4a79ffd6bb
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ def download_multi_pdf(doctype, name, format=None, no_letterhead=0):
|
|||
Returns:
|
||||
PDF: A PDF generated by the concatenation of the mentioned input docs
|
||||
"""
|
||||
make_access_log(doctype=doctype, method='PDF', file_type='PDF', document=name)
|
||||
|
||||
import json
|
||||
output = PdfFileWriter()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue