This is an automated email from the git hooks/post-receive script. New commit to branch feature/1382-fix-report-date in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit de8df12323a2c21e1c8ac3a2dabd2f594b6da26d Author: David Cossé <cosse@codelutin.com> Date: Fri Feb 3 23:01:31 2017 +0100 refs #1382 correction sur date de création des rapport --- .../org/chorem/lima/business/ejb/report/CommonsDocumentReport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/report/CommonsDocumentReport.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/report/CommonsDocumentReport.java index e0e60e1..7b09bef 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/report/CommonsDocumentReport.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/report/CommonsDocumentReport.java @@ -71,8 +71,8 @@ public class CommonsDocumentReport { documentReport.setTitleCompanySiretLabel(t("lima-business.document.titleCompanySiretLabel")); documentReport.setTitleCompanyPhoneLabel(t("lima-business.document.titleCompanyPhoneLabel")); - documentReport.setTitleCurrentDate(t("lima-business.document.titleCurrentDate", dateFormat.format(currentDate), dateFormat.format(currentDate))); - documentReport.setTitleFromToDate(t("lima-business.document.titleFromToDate", timeFormat.format(from), timeFormat.format(to))); + documentReport.setTitleCurrentDate(t("lima-business.document.titleCurrentDate", dateFormat.format(currentDate), timeFormat.format(currentDate))); + documentReport.setTitleFromToDate(t("lima-business.document.titleFromToDate", dateFormat.format(from), dateFormat.format(to))); documentReport.setHeaderSelectedAccountsLabel(t("lima-business.document.headerSelectedAccountsLabel")); documentReport.setHeaderCurrencyLabel(t("lima-business.document.headerCurrencyLabel")); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.