-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due date according to opening hours not working #599
Labels
f: circulation
Concerns the circulation interface or backend
Comments
6 tasks
blankoworld
added a commit
to blankoworld/rero-ils
that referenced
this issue
Jan 10, 2020
* Closes rero#599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
blankoworld
added a commit
to blankoworld/rero-ils
that referenced
this issue
Jan 10, 2020
* Closes rero#599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
blankoworld
added a commit
to blankoworld/rero-ils
that referenced
this issue
Jan 10, 2020
* Closes rero#599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
blankoworld
added a commit
to blankoworld/rero-ils
that referenced
this issue
Jan 10, 2020
* Closes rero#599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
blankoworld
added a commit
to blankoworld/rero-ils
that referenced
this issue
Jan 10, 2020
* Closes rero#599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
blankoworld
added a commit
that referenced
this issue
Jan 14, 2020
* Closes #599 by using correct timezone for due date (it takes into account opening hours and exception dates correctly) * tests due date timezone * adds get_timezone() on Library that returns BABEL_DEFAULT_TIMEZONE as default * changes due date process to take into account Library timezone * adds library_pid property on Loan objects Co-Authored-by: Olivier DOSSMANN <[email protected]>
Closed by 01595a3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
The due date is not always set at an opened day.
To Reproduce
Expected behavior
The due date should be set on an opened day of the transaction library
Software version
The text was updated successfully, but these errors were encountered: