Ajustes RDA

- Erro numero de cursores.


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29893 d1611594-4594-4d17-8e1d-87c2c4800839
master
bruno 2013-08-12 22:26:31 +00:00
parent 4af5a03ffe
commit bc0a8698ff
2 changed files with 7 additions and 5 deletions

View File

@ -86,10 +86,6 @@ public class CalculoImposto {
String estado = rs.getString("NOMBESTADO");
String empresa = rs.getString("NOMBEMPRESA");
if(!rs.isClosed())
rs.close();
if(!stmt.isClosed())
stmt.close();
if (!isBuscouConfig)
throw new ExceptionConfiguracao("Não foi possivel obter a configuração de imposto para o estado: " + estado + " empresa: " + empresa);
@ -97,6 +93,12 @@ public class CalculoImposto {
};
if(!rs.isClosed())
rs.close();
if(!stmt.isClosed())
stmt.close();
if (!isBuscouConfig)
throw new ExceptionConfiguracao("Não foi possivel obter a configuração de imposto para agência "+puntoVentaId);

View File

@ -7,7 +7,7 @@
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioReceitaDiariaAgencia"
apply="${relatorioReceitaDiariaAgenciaController}"
contentStyle="overflow:auto" height="278px" width="550px"
contentStyle="overflow:auto" height="320px" width="550px"
border="normal">
<grid fixedLayout="true">
<columns>