1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] first day of week is ignored in statistics custom filter

This commit is contained in:
Sylvain 2019-01-08 09:38:35 +01:00
parent 0045fc9e2c
commit 859544565b
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- Fix a bug: error handling on password recovery
- Fix a bug: error handling on machine attachment upload
- Fix a bug: first day of week is ignored in statistics custom filter
- Refactored frontend invoices translations
## v2.8.1 2019 January 02

View File

@ -94,9 +94,9 @@ Application.Controllers.controller('StatisticsController', ['$scope', '$state',
minDate: null,
maxDate: moment().toDate(),
options: {
startingDay: 1
startingDay: Fablab.weekStartingDay
}
} // France: the week starts on monday
}
};
// available custom filters