parent
92ffc3db93
commit
98fa2fc8f1
|
@ -72,16 +72,14 @@ public class RenderCumplimientoServicioExpresos implements ListitemRenderer {
|
|||
lc = new Listcell(Labels.getLabel("expresosController.lbl.estadoAceptado"));
|
||||
lc.setParent(item);
|
||||
|
||||
if(expresos.getDocCumplimientoServicio() != null) {
|
||||
lc = new Listcell();
|
||||
lc.setParent(item);
|
||||
lc = new Listcell();
|
||||
lc.setParent(item);
|
||||
|
||||
Button btnCargarCumplimiento = new Button(Labels.getLabel("expresosController.lbl.btnCargarCumplimientoServicio"));
|
||||
btnCargarCumplimiento.setAttribute("data", data);
|
||||
btnCargarCumplimiento.addEventListener("onClick", listenerGenerico);
|
||||
Button btnCargarCumplimiento = new Button(Labels.getLabel("expresosController.lbl.btnCargarCumplimientoServicio"));
|
||||
btnCargarCumplimiento.setAttribute("data", data);
|
||||
btnCargarCumplimiento.addEventListener("onClick", listenerGenerico);
|
||||
|
||||
lc.appendChild(btnCargarCumplimiento);
|
||||
}
|
||||
lc.appendChild(btnCargarCumplimiento);
|
||||
|
||||
break;
|
||||
case 4:
|
||||
|
|
Loading…
Reference in New Issue