mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +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)
|
formatdate(last_pcv_date)
|
||||||
)
|
)
|
||||||
message += "</br >"
|
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"))
|
frappe.throw(message, title=_("Period Closed"))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user