From eb5f5c6f07b57845f6a6a9373dc713133fefb089 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 8 Oct 2017 19:00:14 +0200 Subject: [PATCH] Don't cherry-pick: - FIELD_PAYMENT_TYPE_REQUIRED is generic enough, no need for this project only MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../admin/financial/receipt/admin_form_financial_receipt.tpl | 2 +- .../user/financial/receipt/login_form_financial_receipt.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}" > -- 2.39.5