fix: codacy fix
This commit is contained in:
parent
e97a5e1b41
commit
adf662a3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class AutoRepeat(Document):
|
|||
|
||||
attachments = [frappe.attach_print(new_doc.doctype, new_doc.name,
|
||||
file_name=new_doc.name, print_format=print_format)]
|
||||
|
||||
|
||||
recipients = self.recipients.split('\n')
|
||||
|
||||
make(doctype=new_doc.doctype, name=new_doc.name, recipients=recipients,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue