Skip to content

Commit

Permalink
fix(Statement of Fees and Payments): error message (LAN-844)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 3, 2024
1 parent 5d85504 commit 35c29b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def validate(self):
},
):
frappe.throw(
_(
"A Statement of Fees and Payments for the same customer and year already exists: {0}"
).format(get_link_to_form("Statement of Fees and Payments", existing))
_("This Statement of Fees and Payments already exists: {0}").format(
get_link_to_form("Statement of Fees and Payments", existing)
)
)

def fetch_payments(self):
Expand Down
2 changes: 1 addition & 1 deletion landa/translations/de.csv
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Net Billed,Netto abgerechnet,
Sum of Sales,Rechnungssumme,
Sum of Payments,Zahlungssumme,
Statement of Fees and Payments,Beitragsabrechnung,
A Statement of Fees and Payments for the same customer and year already exists: {0},Es existiert bereits eine Beitragsabrechnung für denselben Verein und dasselbe Jahr: {0},
This Statement of Fees and Payments already exists: {0},Diese Beitragsabrechnung existiert bereits: {0},
This Statement of Fees and Payments must be linked to an Organization,Diese Beitragsabrechnung muss mit einem Verein verknüpft sein,

0 comments on commit 35c29b2

Please sign in to comment.