diff --git a/editor/ui2oh.cpp b/editor/ui2oh.cpp index 3e22e2561a..10c0781804 100644 --- a/editor/ui2oh.cpp +++ b/editor/ui2oh.cpp @@ -184,6 +184,7 @@ bool MakeTimeTableSet(osmoh::OpeningHours const & oh, ui::TimeTableSet & tts) for (auto const & rulePart : oh.GetRule()) { ui::TimeTable tt; + tt.SetOpeningTime(tt.GetPredefinedOpeningTime()); // TODO(mgsergio): We don't handle cases with speciffic time off. // I.e. Mo-Fr 08-20; Fr 18:00-17:00 off.