mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 22:21:50 +00:00
chore: fix grammar in Exchange Rate Revaluation validation message
"to getting entries" -> "to get entries". Matches the client-side message fixed in #56484 so the same missing Company/Posting Date validation reads identically on client and server. Part of #53976.
This commit is contained in:
@@ -73,7 +73,7 @@ class ExchangeRateRevaluation(Document):
|
||||
|
||||
def validate_mandatory(self):
|
||||
if not (self.company and self.posting_date):
|
||||
frappe.throw(_("Please select Company and Posting Date to getting entries"))
|
||||
frappe.throw(_("Please select Company and Posting Date to get entries"))
|
||||
|
||||
def before_submit(self):
|
||||
self.remove_accounts_without_gain_loss()
|
||||
|
||||
Reference in New Issue
Block a user