Bug 29757: Add filters for reversable offsets
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 22 Dec 2021 19:36:07 +0000 (16:36 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Sat, 29 Jan 2022 07:52:54 +0000 (21:52 -1000)
commit31f7efb85162d886b10e21fe3435c57610521f46
tree73623fc720aad3db5f8c68b5debf44bb73730e04
parent3eca78a316c660936a2e426b53993eb3567e1500
Bug 29757: Add filters for reversable offsets

This patch adds filtering methods for (non)reversable offsets.

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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Account/Offsets.pm