Problem: Cant export to xls or display html with , Surpress Repeats settings. Columns still repeated. See attachemnts illustrate issue in case html and xls screenshot.
Steps to reproduce:
1. open report open orders –> sales No. (GardenWorld display data)
2. edit print format
3. got to print format items >> select busines partner column >> select Surpress Repeats and save the records
4. run cache reset
5. Re-Run report open orders >> Switch to HTML or XLS << BUG column values are still repeated.
3.0.0.v20150223-1328
this patch is for html, please help me confirm it.
before improve base in assume m_layout always not null.
but when call export from toolbar button in standard window m_layout is null.
this patch adapter for this case.
when has item will include other print format will make surpress work wrong. by variable colSuppressRepeats is override by include print format
i add
for fix new discover issue.