]> git.koha-community.org Git - koha.git/commit
Bug 8419 - Suspended holds appear on the daily holds queue
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 15 Apr 2013 12:39:26 +0000 (08:39 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 9 May 2013 07:19:35 +0000 (19:19 +1200)
commit700af3fb2131ea540a800978146493db24fb8725
treef311d6081d5300fc6acbece9f2f9aaad1a9295dd
parent74ea9cf2f5207e4188c6eab87e84a90f2010ac72
Bug 8419 - Suspended holds appear on the daily holds queue

This bug was reintroduced by the patch for bu 5911: Transport Cost Matrix

Test Plan:
1) Place a hold on a record
2) Run build_holds_queue.pl
3) Verify the hold is showing in the holds queue
4) Suspend the hold
5) Re-run build_holds_queue.pl
6) Note the hold is still in the holds queue
7) Apply patch
8) Re-run build_holds_queue.pl
9) Note the hold is no longer in the holds queue

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes test plan and QA script.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit d098a7c298437b2fd6ced6a8237f98f3221b810f)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/HoldsQueue.pm