mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 06:48:31 +00:00
Fixed Recurring Sales Invoice
This commit is contained in:
@@ -724,7 +724,7 @@ def send_notification(new_rv):
|
||||
from frappe.core.doctype.print_format.print_format import get_html
|
||||
frappe.sendmail(new_rv.notification_email_address,
|
||||
subject="New Invoice : " + new_rv.name,
|
||||
message = get_html(new_rv, new_rv, "SalesInvoice"))
|
||||
message = get_html(new_rv, new_rv, "Sales Invoice"))
|
||||
|
||||
def notify_errors(inv, customer, owner):
|
||||
from frappe.utils.user import get_system_managers
|
||||
|
||||
Reference in New Issue
Block a user