bug 4224: explicitly mark hold requests as being handled by item in transit
authorGalen Charlton <gmcharlt@gmail.com>
Mon, 22 Feb 2010 02:49:09 +0000 (21:49 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 24 Jun 2010 11:55:12 +0000 (07:55 -0400)
commitfcb21ec94c8dd9cf7cbc8314427d94de0fb1831c
treec43ae2ca6d913d7a043c8a3ab54250392b678b21
parenta9c90b6dfb4e5648d9155294e0c911b2de9ecf43
bug 4224: explicitly mark hold requests as being handled by item in transit

This patch defines a new values of reserves.found, 'T', to indicate that
an item has been allocated to fill a hold request and is currently
in transit from one branch to another.  This explicit value is meant
to filter out hold requests from processing by holds queue batch
job.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Reserves.pm