From 6dceb25fb256f1b97f6103d39fa2473ace9987d8 Mon Sep 17 00:00:00 2001 From: hyaray Date: Wed, 10 Jan 2024 13:23:14 +0800 Subject: [PATCH] chore: typo --- .../doctype/repost_item_valuation/repost_item_valuation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py index f34ac5d7af..112c2260e9 100644 --- a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py +++ b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py @@ -219,7 +219,7 @@ class RepostItemValuation(Document): transaction_status = frappe.db.get_value(self.voucher_type, self.voucher_no, "docstatus") 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 += "
" + _("Please try again in an hour.") frappe.throw(msg, title=_("Pending processing"))