parent
92ffc3db93
commit
98fa2fc8f1
|
@ -72,16 +72,14 @@ 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);
|
|
||||||
|
|
||||||
Button btnCargarCumplimiento = new Button(Labels.getLabel("expresosController.lbl.btnCargarCumplimientoServicio"));
|
Button btnCargarCumplimiento = new Button(Labels.getLabel("expresosController.lbl.btnCargarCumplimientoServicio"));
|
||||||
btnCargarCumplimiento.setAttribute("data", data);
|
btnCargarCumplimiento.setAttribute("data", data);
|
||||||
btnCargarCumplimiento.addEventListener("onClick", listenerGenerico);
|
btnCargarCumplimiento.addEventListener("onClick", listenerGenerico);
|
||||||
|
|
||||||
lc.appendChild(btnCargarCumplimiento);
|
lc.appendChild(btnCargarCumplimiento);
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
|
Loading…
Reference in New Issue