commit | f4d0fcb8361cd92a6f1df75322670f7875b7ae0b | [log] [tgz] |
---|---|---|
author | Jamsheer <jamsheer@earthianslive.com> | Mon Nov 19 16:10:13 2018 +0530 |
committer | Jamsheer <jamsheer@earthianslive.com> | Wed Jan 09 11:19:26 2019 +0530 |
tree | 4db8bdb3a73d923192d005cb0501f0fa849210db | |
parent | b2c9268ece2feaef11dab0aaa07f60e576f771c9 [diff] |
fix: patient - user welcome email configuration
diff --git a/erpnext/healthcare/doctype/patient/patient.py b/erpnext/healthcare/doctype/patient/patient.py index bff24f7..bf15cad 100644 --- a/erpnext/healthcare/doctype/patient/patient.py +++ b/erpnext/healthcare/doctype/patient/patient.py
@@ -33,7 +33,6 @@ "email": self.email, "user_type": "Website User" }) - user.flags.no_welcome_email = True user.flags.ignore_permissions = True user.add_roles("Patient")