]> git.koha-community.org Git - koha.git/commit
bug 2522 [1/3]: DB rev 3.1/001 - hold request targetting
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 15 Aug 2008 01:59:49 +0000 (20:59 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 21:34:46 +0000 (09:34 +1200)
commit25652bd554a355a4bd978b2f6e659d0eec404ad0
tree5ced99db97c3601a86f3b452960b1422df707570
parent85dd489becaa132cc8ab0a7a9f614fa8d3295b26
bug 2522 [1/3]: DB rev 3.1/001 - hold request targetting

For bug 2522, add a new table called hold_fill_targets to
implement hold request targeting.  This table
has the following columns:

  borrowernumber     - identify request
  biblionumber       - ditto
  itemnumber         - item targeted to fill request
  source_branchcode  - current location of item
  item_level_request - if 1, request is item-level

For bug 2331, adds a column called item_level_request
to tmp_holdsqueue.

Note: both of the item_level_request columns can
go away once reserves is modified so that
it is clear whether a request is item-level or
bib-level.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl