Bug 8890: C4/HoldsQueue requires DB
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 16 Oct 2012 08:45:43 +0000 (04:45 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 24 Oct 2012 15:52:36 +0000 (17:52 +0200)
commitb29e5246568d9b8bd22ebfe889f9dd4d8e943ba9
treec7ded4d64e754e74c85c6fa6e8f56943f51f82f5
parent2943530f250af5b0b8caa373721749d843958502
Bug 8890: C4/HoldsQueue requires DB

This counter-patch moves all database handling code into subroutines
in C4::HoldsQueue. This fixes the test, and is required for persistent
environments like Plack.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/HoldsQueue.pm