From: Roland Häder Date: Sun, 8 Oct 2017 17:00:14 +0000 (+0200) Subject: Don't cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb5f5c6f07b57845f6a6a9373dc713133fefb089;p=jfinancials-war.git Don't cherry-pick: - FIELD_PAYMENT_TYPE_REQUIRED is generic enough, no need for this project only Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl b/web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl index ec9bd47e..7435b010 100644 --- a/web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl +++ b/web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl @@ -46,7 +46,7 @@ filter="true" filterMatchMode="contains" required="true" - requiredMessage="#{project.FIELD_FINANCIAL_RECEIPT_PAYMENT_TYPE_REQUIRED}" + requiredMessage="#{project.FIELD_PAYMENT_TYPE_REQUIRED}" > diff --git a/web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl b/web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl index 27db3dfa..7b467c82 100644 --- a/web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl +++ b/web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl @@ -49,7 +49,7 @@ filter="true" filterMatchMode="contains" required="true" - requiredMessage="#{project.FIELD_FINANCIAL_RECEIPT_PAYMENT_TYPE_REQUIRED}" + requiredMessage="#{project.FIELD_PAYMENT_TYPE_REQUIRED}" >