Merge pull request #8272 from deepeshgarg007/multi_print

fix: Error while printing multiple docs
This commit is contained in:
mergify[bot] 2019-08-28 09:52:00 +00:00 committed by GitHub
commit 4a79ffd6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()