alexandre.lima 2017-08-31 16:39:46 +00:00
parent b136dd5137
commit 1c829abfd3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class RelatorioGratuidadeController extends MyGenericForwardComposer {
parametros.put("fecFinalVenda", sdf.format(this.datFinalVenda.getValue())); parametros.put("fecFinalVenda", sdf.format(this.datFinalVenda.getValue()));
} }
if ((parametros.get("fecInicioViagem") == null && parametros.get("datFinalViagem") == null) || if ((parametros.get("fecInicioViagem") == null && parametros.get("datFinalViagem") == null) &&
(parametros.get("fecInicioVenda") == null && parametros.get("datFinalVenda") == null)) { (parametros.get("fecInicioVenda") == null && parametros.get("datFinalVenda") == null)) {
Messagebox.show(Labels.getLabel("relatorioGratuidadeController.data.obrigatoria"), Messagebox.show(Labels.getLabel("relatorioGratuidadeController.data.obrigatoria"),
Labels.getLabel("relatorioGratuidadeController.window.title"), Labels.getLabel("relatorioGratuidadeController.window.title"),