Skip to content

Commit

Permalink
build for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polo2ro committed Feb 24, 2020
1 parent 3c938a3 commit 887c5b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/js/optimized.js
Expand Up @@ -33590,7 +33590,9 @@ define('services/request-edit',['moment', 'momentDurationFormat', 'q'], function
var params = {
type: 'workschedule',
dtstart: begin,
dtend: end
dtend: end,
subtractNonWorkingDays: true,
subtractPersonalEvents: true
};

// Admin only?
Expand Down

0 comments on commit 887c5b7

Please sign in to comment.