fixes bug#6623
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@47937 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4e79ef41ab
commit
a19ccd68cf
|
@ -414,7 +414,7 @@ public class EditarTarifaController extends MyGenericForwardComposer {
|
|||
log.error("TARIFA - NumberFormatException: " + ex);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
log.error("Erro ao salvar tarifa: " + ex);
|
||||
log.error("Erro ao salvar tarifa: " , ex);
|
||||
Messagebox.show(
|
||||
Labels.getLabel("MSG.Error"),
|
||||
Labels.getLabel("editarTarifaController.window.title"),
|
||||
|
|
|
@ -78,10 +78,9 @@
|
|||
</toolbar>
|
||||
|
||||
<paging id="pagingTarifa" pageSize="10"/>
|
||||
<listbox id="tarifaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||
multiple="false" height="250px">
|
||||
<listbox id="tarifaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true" multiple="false" >
|
||||
<listhead sizable="true">
|
||||
<listheader width="6%" image="/gui/img/builder.gif"
|
||||
<listheader width="5%" image="/gui/img/builder.gif"
|
||||
label="${c:l('lb.id')}" sort="auto(tarifaId)"/>
|
||||
<listheader id="lhPrecio" width="6%" image="/gui/img/builder.gif" align="right"
|
||||
label="${c:l('busquedaTarifaController.lhPrecio.label')}" sort="auto(precio)"/>
|
||||
|
@ -109,7 +108,7 @@
|
|||
label="${c:l('busquedaTarifaController.lhFeciniciovigencia.label')}" sort="auto(vigenciaTarifa.feciniciovigencia)"/>
|
||||
<listheader id="lhClaseServicio" width="7%" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaTarifaController.lhClaseServicio.label')}" sort="auto(claseServicio.descclase)"/>
|
||||
<listheader id="lhOrgao" width="6%" image="/gui/img/builder.gif"
|
||||
<listheader id="lhOrgao" width="7%" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaTarifaController.lhOrgao.label')}" sort="auto(orgaoConcedente.descOrgao)"/>
|
||||
<listheader id="lhRuta" width="6%" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaTarifaController.lhLinha.label')}" sort="auto(ruta.prefixo)"/>
|
||||
|
|
Loading…
Reference in New Issue