From 70a2e01fae1c10872425750ff27fdde7f624cece Mon Sep 17 00:00:00 2001 From: Josef Rokos Date: Sat, 4 Mar 2017 21:28:33 +0100 Subject: [PATCH] =?UTF-8?q?Opravena=20chyba=20v=C3=BDpo=C4=8Dtu=20stravn?= =?UTF-8?q?=C3=A9ho=20u=20celodenn=C3=ADho=20ces=C5=A5=C3=A1ku.=20closes?= =?UTF-8?q?=20#279?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bukova/isspst/services/tripbill/TripBillServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/info/bukova/isspst/services/tripbill/TripBillServiceImpl.java b/src/main/java/info/bukova/isspst/services/tripbill/TripBillServiceImpl.java index c3b07e02..51792db3 100644 --- a/src/main/java/info/bukova/isspst/services/tripbill/TripBillServiceImpl.java +++ b/src/main/java/info/bukova/isspst/services/tripbill/TripBillServiceImpl.java @@ -135,7 +135,7 @@ public class TripBillServiceImpl extends AbstractOwnedService implemen } if (item.getBackDeparture() == null) { - timeBack = (new LocalTime()).withHourOfDay(23).withMinuteOfHour(59); + timeBack = (new LocalTime()).withHourOfDay(23).withMinuteOfHour(00); allDay = true; } else { timeBack = new LocalTime(item.getBackDeparture());