error fixed in reorder item email notification
This commit is contained in:
parent
8afa88b906
commit
9b0178acae
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user