mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix in bin.py msgprint
This commit is contained in:
@@ -373,7 +373,7 @@ class DocType:
|
|||||||
indent_obj.validate()
|
indent_obj.validate()
|
||||||
set(indent_obj.doc,'docstatus',1)
|
set(indent_obj.doc,'docstatus',1)
|
||||||
indent_obj.on_submit()
|
indent_obj.on_submit()
|
||||||
msgprint("""Item: is to be re-ordered. Purchase Request %s raised.
|
msgprint("""Item: %s is to be re-ordered. Purchase Request %s raised.
|
||||||
It was generated from %s %s""" %
|
It was generated from %s %s""" %
|
||||||
(self.doc.item_code, indent.name,doc_type, doc_name ))
|
(self.doc.item_code, indent.name,doc_type, doc_name ))
|
||||||
if(i['email_notify']):
|
if(i['email_notify']):
|
||||||
|
|||||||
Reference in New Issue
Block a user