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