Bug 10569 - Course reserves do not show on OPAC detail page if OpacSeparateHoldings is in effect
Summary: Course reserves do not show on OPAC detail page if OpacSeparateHoldings is in...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Course reserves (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Kyle M Hall
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 19:39 UTC by Owen Leonard
Modified: 2020-09-18 20:31 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2013-07-10 19:39:25 UTC
If OpacSeparateHoldings is enabled and affects the display of a title on a course reserves list, the course reserves column does not appear in the holdings table on opac-detail.
Comment 1 Rogan Hamby 2020-09-18 20:18:51 UTC
This appears to have been resolved in the past seven years.  I was testing this to look at possibly working on it but it appears to be a moot point.  My testing:

log into opac with account of home lirary of Centerville, load bib with three items:
333 - centerville home lib
4444  - centerville home lib 
55555 - fairfield home lib 

system preference:
OpacSeparateHoldings - separate based on home library 

opac details: 
Centerville Holdings (2)  Other Holdings (1)

add 4444 to course reserves with Fairfield as new home lib; leave holding lib unchanged 
opac details: 
Centerville holdings (1) 
Other holdings (2) - 4444 now a home lib Fairfield item has moved over to the Fairfield tab 

remove item from course reserves
everything resets 
add 4444 setting holding library to Fairfield but not home library 

opac details:
Centerville holdings (2) - including 4444 with current location of Fairfield Fiction but home library of Centerville, behavior correct based on system preference 
Other holdings (1)

remove item from course
re-add with both home and current library changed to Fairfield 
item moves to Fairfield tab as expected 

change OpacSeparateHoldings to don't separate 
everything comes back to one tab correctly

change OpacSeparateHoldings to separate on holding library 

without going into details I tested the above again with the variant of looking for holding library and it behaved as expected
Comment 2 Rogan Hamby 2020-09-18 20:31:54 UTC
all right, I had a brain failure and didn't grok that the ticket was about the course reserves column in the details column, I can confirm the current behavior is still as reported