IDEMPIERE-5524 Slow Rendering of HTML Report (#1612)
This commit is contained in:
parent
1d932b8d7d
commit
773b7d7058
|
@ -73,7 +73,6 @@ import org.apache.ecs.xhtml.td;
|
||||||
import org.apache.ecs.xhtml.th;
|
import org.apache.ecs.xhtml.th;
|
||||||
import org.apache.ecs.xhtml.thead;
|
import org.apache.ecs.xhtml.thead;
|
||||||
import org.apache.ecs.xhtml.tr;
|
import org.apache.ecs.xhtml.tr;
|
||||||
import org.compiere.model.I_AD_PrintFormat;
|
|
||||||
import org.compiere.model.MClient;
|
import org.compiere.model.MClient;
|
||||||
import org.compiere.model.MColumn;
|
import org.compiere.model.MColumn;
|
||||||
import org.compiere.model.MDunningRunEntry;
|
import org.compiere.model.MDunningRunEntry;
|
||||||
|
@ -2556,7 +2555,6 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
|
||||||
private String cssStr;
|
private String cssStr;
|
||||||
public CSSInfo (MPrintFormatItem item){
|
public CSSInfo (MPrintFormatItem item){
|
||||||
MPrintFont mPrintFont = null;
|
MPrintFont mPrintFont = null;
|
||||||
I_AD_PrintFormat m_printFormat = item.getAD_PrintFormat();
|
|
||||||
|
|
||||||
if (item.getAD_PrintFont_ID() > 0)
|
if (item.getAD_PrintFont_ID() > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue