diff --git a/frappe/automation/doctype/auto_repeat/auto_repeat.py b/frappe/automation/doctype/auto_repeat/auto_repeat.py index 5c4e64f33d..02823e0234 100644 --- a/frappe/automation/doctype/auto_repeat/auto_repeat.py +++ b/frappe/automation/doctype/auto_repeat/auto_repeat.py @@ -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,