fixes bug #8022
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@61347 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
aeb89098b7
commit
e3db955b62
|
@ -126,7 +126,7 @@ public class RelatorioDepositosDetalhado extends Relatorio {
|
|||
|
||||
protected String getSqlPacotes() {
|
||||
StringBuilder sQuery = new StringBuilder();
|
||||
|
||||
|
||||
sQuery.append(" SELECT ");
|
||||
sQuery.append(" fd.FECHAMENTODEPOSITO_ID, ");
|
||||
sQuery.append(" E.NOMBEMPRESA Empresa, ");
|
||||
|
|
|
@ -12,7 +12,7 @@ cabecalho.pagina=P
|
|||
cabecalho.de=de
|
||||
cabecalho.filtros=Filtros:
|
||||
cabecalho.usuario=Usuário:
|
||||
label.nombPuntoVenta=Punto Venta
|
||||
label.nombPuntoVenta=Punto Venta
|
||||
label.fechaDeposito=Fecha Deposito
|
||||
label.numDeposito=N\u00B0 Deposito
|
||||
label.fechaLancamientoDeposito=Fec. Movimiento
|
||||
|
|
|
@ -12,7 +12,7 @@ cabecalho.pagina=P
|
|||
cabecalho.de=de
|
||||
cabecalho.filtros=Filtros:
|
||||
cabecalho.usuario=Usuário:
|
||||
label.nombPuntoVenta=Nome Agência
|
||||
label.nombPuntoVenta=Nome Agência
|
||||
label.fechaDeposito=Data do Dep\u00F3sito
|
||||
label.numDeposito=N\u00B0 do Dep\u00F3sito
|
||||
label.fechaLancamientoDeposito=Dt. Movimento
|
||||
|
|
|
@ -84,7 +84,7 @@ public class RelatorioDepositosDetalhadosBean {
|
|||
public void setBanco(String banco) {
|
||||
this.banco = banco;
|
||||
}
|
||||
|
||||
|
||||
public String getNumConta() {
|
||||
return numConta;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue