Koha/koha-tmpl/opac-tmpl/bootstrap/en/xslt
Nick Clemens 170085397b Bug 15505: Mark Hold Items 'On hold' instead of 'Available'
This patch adds a 'pending hold' column to C4::Items:GetItemsInfo to
allow for displaying status of an item when it has been selected for a
hold by the holdsqueue and AllowItemsOnHoldCheckout is set to 'Don't
allow'

To test:
00 - Set AllowItemsOnHoldCheckout to 'Allow'
01 - Place a hold on an item
02 - Build the holdsqueue (kohadevbox example below)
      sudo koha-shell kohadev
      perl misc/cronjobs/holds/build_holds_queue.pl
03 - Search for the item on the OPAC
04 - Note item shows as 'Available' in results and details
05 - Toggle AllowItemsOnHOldCheckout to 'Don't allow'
06 - Repeat search, note there is no change
06 - Apply Patch
07 - Search for the item on the OPAC
08 - Note that item now shows as 'Pending hold'
09 - Toggle AllowItemsOnHoldCheckout to Allow
10 - Note item shows as available
11 - prove -v t/db_dependent/Items.t

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-19 14:30:39 +00:00
..
compact.xsl
MARC21slim2OPACDetail.xsl Bug 21130: Prevent HTML class from being translated 2019-03-22 19:09:17 +00:00
MARC21slim2OPACResults.xsl Bug 15505: Mark Hold Items 'On hold' instead of 'Available' 2019-04-19 14:30:39 +00:00
MARC21slimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslim2OPACDetail.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslim2OPACResults.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
plainMARC.xsl Bug 10647 - Make OPAC MARC plain view work for all flavours of MARC 2014-03-14 14:50:13 +00:00
UNIMARCslim2OPACDetail.xsl Bug 22085: fix UNIMARC default XSLT broken by Bug 14716 2019-01-18 20:12:28 +00:00
UNIMARCslim2OPACResults.xsl Bug 22085: fix UNIMARC default XSLT broken by Bug 14716 2019-01-18 20:12:28 +00:00
UNIMARCslimUtils.xsl Bug 20823: UNIMARC XSLT add subfield t for subjects 2019-03-15 12:44:03 +00:00