fix: error message wording (#40403)

(cherry picked from commit 79a0473705)

# Conflicts:
#	erpnext/accounts/doctype/subscription/subscription.py
This commit is contained in:
Raffael Meyer
2024-03-12 12:24:49 +01:00
committed by Mergify
parent 06e38749bc
commit 74023035af

View File

@@ -349,7 +349,13 @@ class Subscription(Document):
company = self.get("company") or get_default_company()
if not company:
frappe.throw(
<<<<<<< HEAD
_("Company is mandatory was generating invoice. Please set default company in Global Defaults")
=======
_(
"Company is mandatory for generating an invoice. Please set a default company in Global Defaults."
)
>>>>>>> 79a0473705 (fix: error message wording (#40403))
)
invoice.company = company