From c48da4c201f35a8dc361efcedd0e76313be2c1c4 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 5 Jun 2013 17:37:08 -0500 Subject: [PATCH] =?UTF-8?q?IDEMPIERE-992=20JasperReport=20never=20finds=20?= =?UTF-8?q?the=20localized=20resource=20file=20when=20attached=20to=20the?= =?UTF-8?q?=20process=20/=20Thanks=20to=20Jos=C3=A9=20D.=20Paniagua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/org/compiere/report/ReportStarter.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/org.adempiere.report.jasper/src/org/compiere/report/ReportStarter.java b/org.adempiere.report.jasper/src/org/compiere/report/ReportStarter.java index d219861806..2c42722568 100644 --- a/org.adempiere.report.jasper/src/org/compiere/report/ReportStarter.java +++ b/org.adempiere.report.jasper/src/org/compiere/report/ReportStarter.java @@ -779,16 +779,18 @@ public class ReportStarter implements ProcessCall, ClientProcess File resFile = null; MAttachmentEntry[] entries = attachment.getEntries(); // try baseName + "_" + language + String resname = jasperName + "_" + currLang.getLocale().getLanguage() + ".properties"; for( int i=0; i