mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
error fixed in reorder item email notification
This commit is contained in:
@@ -376,7 +376,7 @@ class DocType:
|
|||||||
indent_obj.on_submit()
|
indent_obj.on_submit()
|
||||||
msgprint("Item: " + self.doc.item_code + " is to be re-ordered. Purchase Request %s raised. It was generated from %s %s"%(indent.name,doc_type, doc_name ))
|
msgprint("Item: " + self.doc.item_code + " is to be re-ordered. Purchase Request %s raised. It was generated from %s %s"%(indent.name,doc_type, doc_name ))
|
||||||
if(i['email_notify']):
|
if(i['email_notify']):
|
||||||
send_email_notification(doc_type,doc_name)
|
self.send_email_notification(doc_type,doc_name)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user