chore: fix py error on v15

This commit is contained in:
Mihir Kandoi
2026-02-02 10:34:23 +05:30
committed by GitHub
parent d30dacce80
commit d516110572

View File

@@ -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"),
) )