chore: Improve validation message
This commit is contained in:
parent
f8cff09129
commit
8ce1da111e
@ -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"))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user