mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
chore: typo
This commit is contained in:
@@ -219,7 +219,7 @@ class RepostItemValuation(Document):
|
|||||||
|
|
||||||
transaction_status = frappe.db.get_value(self.voucher_type, self.voucher_no, "docstatus")
|
transaction_status = frappe.db.get_value(self.voucher_type, self.voucher_no, "docstatus")
|
||||||
if transaction_status == 2:
|
if transaction_status == 2:
|
||||||
msg = _("Cannot cancel as processing of cancelled documents is pending.")
|
msg = _("Cannot cancel as processing of cancelled documents is pending.")
|
||||||
msg += "<br>" + _("Please try again in an hour.")
|
msg += "<br>" + _("Please try again in an hour.")
|
||||||
frappe.throw(msg, title=_("Pending processing"))
|
frappe.throw(msg, title=_("Pending processing"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user