IDEMPIERE-5524 Slow Rendering of HTML Report (#1612)

This commit is contained in:
hengsin 2022-12-23 19:17:56 +08:00 committed by GitHub
parent 1d932b8d7d
commit 773b7d7058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ import org.apache.ecs.xhtml.td;
import org.apache.ecs.xhtml.th;
import org.apache.ecs.xhtml.thead;
import org.apache.ecs.xhtml.tr;
import org.compiere.model.I_AD_PrintFormat;
import org.compiere.model.MClient;
import org.compiere.model.MColumn;
import org.compiere.model.MDunningRunEntry;
@ -2556,7 +2555,6 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
private String cssStr;
public CSSInfo (MPrintFormatItem item){
MPrintFont mPrintFont = null;
I_AD_PrintFormat m_printFormat = item.getAD_PrintFormat();
if (item.getAD_PrintFont_ID() > 0)
{