Merge pull request 'AL-2206' (!110) from AL-2206 into master
Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/110 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master 1.0.87
commit
f76e629b65
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.0.86</version>
|
||||
<version>1.0.87</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>IntegracaoReceitaDespesa</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -102,17 +102,7 @@ public class RelatorioArquivoReceitasDespesasDivController extends MyGenericForw
|
|||
}
|
||||
executarRelatorio();
|
||||
}
|
||||
|
||||
datInicial.setConstraint("");
|
||||
datInicial.setText("");
|
||||
datInicial.setConstraint("no empty, no future, no today");
|
||||
|
||||
datFinal.setConstraint("");
|
||||
datFinal.setText("");
|
||||
datFinal.setConstraint("no empty, no future, no today");
|
||||
cmbEmpresa.setSelectedIndex(-1);
|
||||
cmbPuntoVenta.setSelectedIndex(-1);
|
||||
txtArquivo.setText("");
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue