Merge pull request #56498 from mihir-kandoi/messages/exchange-rate-server-grammar

chore: fix grammar in Exchange Rate Revaluation validation message
This commit is contained in:
Mihir Kandoi
2026-06-25 18:28:11 +05:30
committed by GitHub

View File

@@ -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()