]> git.koha-community.org Git - koha.git/commit
Bug 27945: Clarify 'same day' behavior
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 30 Sep 2021 18:57:00 +0000 (15:57 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 5 Oct 2021 09:45:20 +0000 (11:45 +0200)
commited86ec73084937981092c623d548913954ae2214
tree6cb41ed3443d15a1ab1fb9fd3b777120d63d7bb9
parent1ccfaa0d0335382f8ba66f1d2dea5972e2116ccd
Bug 27945: Clarify 'same day' behavior

This patch introduces tests for the 'same day' check of the ability to
place article requests for a patron.

The limit goes against current requests, and those that have been
completed on the same day. The tests cover this specific situation.

The current behavior is that it takes into account a 24 hr timespan, but
consensus on the QA step was that we should do it as 'same day' and use
a separate feature request to change this, if required.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Patron.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Patron.pm
t/db_dependent/Koha/Patron.t