Merge pull request 'refs #6028 hotFix : getByWorker days to show' (!1949) from 6028_hotFix_getRoutes into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1949 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
bf789b1fa8
|
@ -40,7 +40,7 @@ module.exports = Self => {
|
|||
currentDate.setHours(0, 0, 0, 0);
|
||||
const nextDay = Date.vnNew();
|
||||
nextDay.setDate(currentDate.getDate() + 1);
|
||||
|
||||
nextDay.setHours(0, 0, 0, 0);
|
||||
const filter = {
|
||||
where: {
|
||||
and: [
|
||||
|
|
Loading…
Reference in New Issue