Merge pull request 'removido TipoLancamentoCaixa do spring-config.xml fixes bug#AL-4453' (!613) from AL-4453 into master
Reviewed-on: adm/VentaBoletosAdm#613 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master
commit
4f406353d1
|
@ -474,8 +474,7 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.Transportadora</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioTransportadora</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaComprovantePassagemConfig</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CaixaContrato</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoLancamentoCaixa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CaixaContrato</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaFormAutorizacao</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaConvenioTransport</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DescontoContrato</value>
|
||||
|
|
|
@ -147,8 +147,8 @@
|
|||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" checkmark="false" tooltiptext="">
|
||||
<listhead sizable="true">
|
||||
<listheader id="secuencia"
|
||||
image="/gui/img/create_doc.gif" width="15%"
|
||||
<listheader id="secuencia"
|
||||
image="/gui/img/create_doc.gif" width="100%"
|
||||
label="${c:l('editarCategoriaController.lbEmpresa.value')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
|
Loading…
Reference in New Issue