fixes bug #10122
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@76057 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4687a841f7
commit
c3bec38321
|
@ -228,7 +228,7 @@ public class AuditoriaController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
Date dataInicial = dtDataInicial.getValue();
|
Date dataInicial = dtDataInicial.getValue();
|
||||||
if (dataInicial != null) {
|
if (dataInicial != null) {
|
||||||
auditBusqueda.addFilterGreaterOrEqual("createDate", dataInicial);
|
auditBusqueda.addFilterGreaterOrEqual("createdDate", dataInicial);
|
||||||
}
|
}
|
||||||
|
|
||||||
Date dataFinal = dtDataFinal.getValue();
|
Date dataFinal = dtDataFinal.getValue();
|
||||||
|
|
Loading…
Reference in New Issue