From fb98887cd407df9bc721e13889bd17ec500ec090 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Tue, 27 Aug 2019 12:31:52 +0530 Subject: [PATCH] fix: Error while pritning mutiple docs --- frappe/utils/print_format.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/utils/print_format.py b/frappe/utils/print_format.py index 3ad97afe8b..8fa071c004 100644 --- a/frappe/utils/print_format.py +++ b/frappe/utils/print_format.py @@ -52,7 +52,6 @@ def download_multi_pdf(doctype, name, format=None): 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()