Commit 698efbd3 authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3307517: Add Exception Day support for 'Current day' - Remove error messages

parent 2c3d693a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -150,7 +150,10 @@ class OfficeHoursItemList extends FieldItemList implements OfficeHoursItemListIn
        }
      }
      elseif ($day > $today) {
        if ($next_day === NULL) {
        if($item->isExceptionDay()) {
          // @todo Add Support for Exception day. #3307517.
        }
        elseif ($next_day === NULL) {
          $next_day = $day;
        }
        elseif ($next_day < $today) {