mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 23:48:38 +00:00
Merge pull request #56481 from mihir-kandoi/messages/support
chore: rewrite user-facing messages in support module
This commit is contained in:
@@ -197,7 +197,7 @@ class ServiceLevelAgreement(Document):
|
||||
)
|
||||
|
||||
if self.document_type not in valid_document_types:
|
||||
frappe.throw(msg=_("Please select valid document type."), title=_("Invalid Document Type"))
|
||||
frappe.throw(msg=_("Please select a valid document type."), title=_("Invalid Document Type"))
|
||||
|
||||
def validate_status_field(self):
|
||||
meta = frappe.get_meta(self.document_type)
|
||||
|
||||
Reference in New Issue
Block a user