bug #8977
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@69240 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e829861270
commit
7ee5446976
|
@ -103,7 +103,7 @@ public class BusquedaImpressaoRMDController extends MyGenericForwardComposer {
|
||||||
public void render(Comboitem item, Object data) {
|
public void render(Comboitem item, Object data) {
|
||||||
if (data instanceof Aidf) {
|
if (data instanceof Aidf) {
|
||||||
Aidf aidf = (Aidf) data;
|
Aidf aidf = (Aidf) data;
|
||||||
item.setLabel(aidf.getDocfiscal());
|
item.setLabel(aidf.getDocfiscal() + " = " + aidf.getForminicial() + "-" + aidf.getFormfinal());
|
||||||
} else {
|
} else {
|
||||||
item.setLabel(Objects.toString(data));
|
item.setLabel(Objects.toString(data));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue