Bolivariano - Impressão do bilhete na confirmação em aberto. feat

bug#AL-5111
master
valdir.cordeiro 2024-10-18 10:36:13 -03:00
parent 92ffc3db93
commit 98fa2fc8f1
1 changed files with 8 additions and 10 deletions

View File

@ -72,7 +72,6 @@ public class RenderCumplimientoServicioExpresos implements ListitemRenderer {
lc = new Listcell(Labels.getLabel("expresosController.lbl.estadoAceptado")); lc = new Listcell(Labels.getLabel("expresosController.lbl.estadoAceptado"));
lc.setParent(item); lc.setParent(item);
if(expresos.getDocCumplimientoServicio() != null) {
lc = new Listcell(); lc = new Listcell();
lc.setParent(item); lc.setParent(item);
@ -81,7 +80,6 @@ public class RenderCumplimientoServicioExpresos implements ListitemRenderer {
btnCargarCumplimiento.addEventListener("onClick", listenerGenerico); btnCargarCumplimiento.addEventListener("onClick", listenerGenerico);
lc.appendChild(btnCargarCumplimiento); lc.appendChild(btnCargarCumplimiento);
}
break; break;
case 4: case 4: