We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contact_email_list = frappe.get_list('Contact Email', fields=['email_id'], filters={'parent': sinv.contact_person, 'is_primary': 1}) contact_email = contact_email_list[0].get('email_id') if contact_email_list else None address_email = frappe.get_value('Address', sinv.customer_address, 'email_id') to_mail = contact_email or address_email
The text was updated successfully, but these errors were encountered:
I guess this can be achived by using a Notifcation. Please consider closing. https://doku.phamos.eu/books/erpnext-benutzerhandbuch/page/mitteilung-notification
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: