Skip to content
Snippets Groups Projects
Commit 3b8eb2de authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #210 - new datepicker --> disable on connection error

parent ead4a7f5
No related branches found
No related tags found
1 merge request!213merge v1_6_0 into master
......@@ -374,6 +374,7 @@ public class Controller extends BaseController
buttonLeft.setDisable(disable);
buttonRight.setDisable(disable);
buttonToday.setDisable(disable);
buttonDate.setDisable(disable);
}
public void setSelectedPayment(Payment payment)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment