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-87c2c4800839master
parent
4af5a03ffe
commit
bc0a8698ff
|
@ -86,16 +86,18 @@ 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);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
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);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue