leonardo 2014-11-07 19:54:05 +00:00
parent c861441ebd
commit 88a7635d71
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public class RenderEmpleado implements ListitemRenderer {
lc = new Listcell(empleado.getNombMaterno()); lc = new Listcell(empleado.getNombMaterno());
lc.setParent(lstm); lc.setParent(lstm);
lc = new Listcell(empleado.getEmpresa().getNombempresa()); lc = new Listcell(empleado.getEmpresa() != null ? empleado.getEmpresa().getNombempresa() : "");
lc.setParent(lstm); lc.setParent(lstm);

View File

@ -401,7 +401,7 @@
<row> <row>
<label value="${c:l('editarConfiguracionCorridaAsientoController.lbTiempoLiberacion.value')}"/> <label value="${c:l('editarConfiguracionCorridaAsientoController.lbTiempoLiberacion.value')}"/>
<hbox> <hbox>
<textbox id="txtTiempoLiberacion" maxlength="22" width="300px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/> <textbox id="txtTiempoLiberacion" maxlength="22" width="300px" value="0" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</hbox> </hbox>
</row> </row>
<row> <row>