style: fix the message for reason for hold
This commit is contained in:
parent
db96db2897
commit
b2dc6ef165
@ -454,7 +454,7 @@ erpnext.buying.PurchaseOrderController = erpnext.buying.BuyingController.extend(
|
|||||||
args: {
|
args: {
|
||||||
reference_doctype: me.frm.doctype,
|
reference_doctype: me.frm.doctype,
|
||||||
reference_name: me.frm.docname,
|
reference_name: me.frm.docname,
|
||||||
content: __('Reason for hold:')+data.reason_for_hold,
|
content: __('Reason for hold: ')+data.reason_for_hold,
|
||||||
comment_email: frappe.session.user
|
comment_email: frappe.session.user
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user