I was trying to document what all the columns in Administration > Table settings > OPAC > holdingst were exactly and I'm having trouble with item_priority. Katrin looked at the opac-details.tt template and said there was a logic error. To test: 1. Change OPACShowHoldQueueDetails to show holds and priority levels 2. Place an item-level hold on an item 3. In the OPAC, log in as the user with the hold 4. Go to the bibliographic record --> In the holdings table, there is an "Item holds" column with hold AND priority information but no Item hold priority column I wonder if the column is useful at all... I don't mind having both information in the same column. But I would only show the item holds column if there is an item-level hold. Right now it shows if there is any hold, even just a record-level hold, and I find it confusing.
Line https://git.koha-community.org/Koha-community/Koha/src/branch/master/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt#L1208
The logic changed on bug 13335, but it applied to opac-reserve only...