]> git.koha-community.org Git - koha.git/commit
Bug 37078: Damaged status not showing in detail.pl
authorPhil Ringnalda <phil@chetcolibrary.org>
Sat, 22 Jun 2024 18:58:41 +0000 (11:58 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 25 Jun 2024 16:34:13 +0000 (18:34 +0200)
commit65e0ffa882ee1c1079723b21bf84c43c303a08e2
treea141e0d12120665a39548cb3d146b160d441973b
parent5c5a7d42e6b0731d77dc215ae54b67ae3ec46768
Bug 37078: Damaged status not showing in detail.pl

The API returns the fact that an item is damaged in 'damaged_status' but the
code that builds the holdings table is looking for 'damaged' so it doesn't
find that an item is damaged.

Test plan:
1. Administration - Authorized values - DAMAGED row, click Add
2. Give it the Authorized value 2 and the Description Awful
3. On a record with more than one item, like Empress of the blues,
   edit one item to have Damaged status: Damaged and one to have
   Damaged status: Awful
4. On the bib detail view, note that the status column shows both
   as 'Available'
5. Apply patch, refresh
6. Note that now one shows as Damaged and one as Awful (verifying that
   the value is being read from the AV, not the fallback default which
   is also 'Damaged')

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc