mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
chore: Improve validation message
This commit is contained in:
@@ -590,7 +590,7 @@ def validate_against_pcv(is_opening, posting_date, company):
|
||||
formatdate(last_pcv_date)
|
||||
)
|
||||
message += "</br >"
|
||||
message += _("You cannot create any new accounting entries till this date.")
|
||||
message += _("You cannot create/amend any accounting entries till this date.")
|
||||
frappe.throw(message, title=_("Period Closed"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user