removido TipoLancamentoCaixa do spring-config.xml fixes bug#AL-4453
parent
16a4b85a8c
commit
838b924eb5
|
@ -475,7 +475,6 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioTransportadora</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioTransportadora</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaComprovantePassagemConfig</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaComprovantePassagemConfig</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CaixaContrato</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CaixaContrato</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoLancamentoCaixa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaFormAutorizacao</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaFormAutorizacao</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaConvenioTransport</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaConvenioTransport</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DescontoContrato</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DescontoContrato</value>
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
multiple="false" checkmark="false" tooltiptext="">
|
multiple="false" checkmark="false" tooltiptext="">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader id="secuencia"
|
<listheader id="secuencia"
|
||||||
image="/gui/img/create_doc.gif" width="15%"
|
image="/gui/img/create_doc.gif" width="100%"
|
||||||
label="${c:l('editarCategoriaController.lbEmpresa.value')}" />
|
label="${c:l('editarCategoriaController.lbEmpresa.value')}" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
Loading…
Reference in New Issue