IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced

index in nth-child(n) wrong
This commit is contained in:
hieplq 2015-08-12 04:28:34 +08:00
parent 3a81a3832c
commit 9f8a14d79f
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
}
//just run with on record
if (row == 0)
addCssInfo(item, col);
addCssInfo(item, printColIndex);
}
else if (obj instanceof PrintData)