mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
Merge pull request #52277 from frappe/mihir-kandoi-patch-1
This commit is contained in:
@@ -363,8 +363,7 @@ class StatusUpdater(Document):
|
|||||||
frappe.bold(_(self.doctype)),
|
frappe.bold(_(self.doctype)),
|
||||||
frappe.bold(item.get("item_code")),
|
frappe.bold(item.get("item_code")),
|
||||||
)
|
)
|
||||||
+ "<br><br>"
|
+ ("<br><br>" + action_msg if action_msg else ""),
|
||||||
+ action_msg,
|
|
||||||
OverAllowanceError,
|
OverAllowanceError,
|
||||||
title=_("Limit Crossed"),
|
title=_("Limit Crossed"),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user