Backed out changeset 76bfe292eded - IDEMPIERE-3104 - fix issue reported by Hideaki and Alan - PrintData.getIndex: Column not found / IDEMPIERE-3247

This commit is contained in:
Carlos Ruiz 2016-11-28 18:07:05 +01:00
parent bf3dc6b718
commit c30768575e
2 changed files with 0 additions and 6 deletions

View File

@ -2084,10 +2084,6 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
}
}
public void cleanTempObj (){
m_layout = null;
}
/**
* store info of report column,
* now just use index to create css selector, but for later maybe will construct a complex class name

View File

@ -532,8 +532,6 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
reportLink.setLabel(media.getName());
revalidate();
} finally {
if (m_reportEngine != null)
m_reportEngine.cleanTempObj();
hideBusyDialog();
future = null;
}