Skip to content

Commit

Permalink
Update repost_item_valuation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyaray authored Jan 10, 2024
1 parent 2178fdc commit 70673ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def check_pending_repost_against_cancelled_transaction(self):

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 += "<br>" + _("Please try again in an hour.")
frappe.throw(msg, title=_("Pending processing"))

Expand Down

0 comments on commit 70673ac

Please sign in to comment.