IDEMPIERE-5790 - Print Format is being Reset after Report Refresh (#1953)

This commit is contained in:
Peter Takács 2023-07-27 03:01:16 +02:00 committed by GitHub
parent 15e178c110
commit 3f1367a1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1567,6 +1567,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, IRep
ProcessInfo pi = new ProcessInfo("RefreshWithParameters", AD_Process_ID);
pi.setLanguageID(m_reportEngine.getLanguageID());
pi.setReportType(m_reportEngine.getReportType());
pi.setSerializableObject(m_reportEngine.getPrintFormat());
pi.setReplaceTabContent();
if(!Util.isEmpty(showHelp))
pi.setShowHelp(showHelp);