Bug 19260: Holds marked as problems being seen as expired ones and deleted wrongly
authorJosef Moravec <josef.moravec@gmail.com>
Thu, 5 Oct 2017 20:37:25 +0000 (20:37 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 6 Oct 2017 13:59:41 +0000 (10:59 -0300)
commit49c879150de0bb0b8a5d384f8ff1fa51a80d8c10
tree37650d20e09284849b2e5dce8eec36ad9152a7ce
parentb91c20da903d1330bf7a997b794f83042bf86fb6
Bug 19260: Holds marked as problems being seen as expired ones and deleted wrongly

Test plan:
0) Apply just the first patch - the one with test
1) Run t/db_dependent/Reserves.t - test for CancelExpiredReserves should
fail
2) Apply the second patch
3) t/db_dependent/Reserves.t should pass now

Followed test plan, patch worked as described. Passes QA test tool

Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Reserves.pm