Browse Source

UI-3293: Use correct prop to set lunch hour rule upper bound (#116)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
3b10c3a45c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/strategy/strategy.js

+ 1
- 1
submodules/strategy/strategy.js View File

@ -1650,7 +1650,7 @@ define(function(require) {
.value();
}),
time_window_start: monster.util.timeToSeconds(customHours.lunchbreak.from),
time_window_end: monster.util.timeToSeconds(customHours.lunchbreak.to)
time_window_stop: monster.util.timeToSeconds(customHours.lunchbreak.to)
});
tmpRulesRequests.lunchbreak = function(callback) {


Loading…
Cancel
Save