IDEMPIERE-2389 Print format and Report type selection on process dialog / fix problem reported by Vassili Kouleshov at https://groups.google.com/d/msg/idempiere/qFJ0FeDiZJo/7V77mXEkAgAJ
This commit is contained in:
parent
ec8c384c5f
commit
b74ed53357
|
@ -1278,6 +1278,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
|||
// Get Language from previous - thanks Gunther Hoppe
|
||||
if (m_reportEngine.getPrintFormat() != null)
|
||||
{
|
||||
setLanguage();
|
||||
pf.setLanguage(m_reportEngine.getPrintFormat().getLanguage()); // needs to be re-set - otherwise viewer will be blank
|
||||
pf.setTranslationLanguage(m_reportEngine.getPrintFormat().getLanguage());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue