Bug in addNoPrint() method from DataListBuilder
Summary
Bug in addNoPrint() method from DataListBuilder, it checks null pointer for the wrong list:
if (this.translateList == null) {
this.noPrintList = new ArrayList();
}
AWE version
4.1.5.
Steps to reproduce
When having translate and no print fields in the same query
What is the expected correct behavior?
It should check if the noPrintList is null instead.
Edited by Pablo Javier García Mora