Skip to content

Commit

Permalink
Solved an issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazriel committed Jan 11, 2017
1 parent 7f408d5 commit 787385f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/gui/tab/selectTab/SelectCallState.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public SelectCallState(IFacadeCallPersistence callPersistence) {

Button button = new Button("Ejecutar");
selectPanel.add(button);
callListener(button, fieldCombo, fieldCombo, filterTextField);
callListener(button, filOrdCombo, fieldCombo, filterTextField);

this.view = selectPanel;
}
Expand Down Expand Up @@ -119,7 +119,6 @@ public void actionPerformed(ActionEvent arg0) {
System.err.println(e.getMessage());
}
Timestamp timeStamp = new Timestamp(date.getTime());
System.out.println(timeStamp.toString());
calls = callPersistence.getFilterCalls("call_Date", timeStamp);
}
} else {
Expand Down

0 comments on commit 787385f

Please sign in to comment.