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
leonardo.bolivariano 2024-07-25 11:56:45 +00:00
commit 4f406353d1
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -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>