https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18276 --- Comment #20 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #19)
Kyle, could you take a look please? On current master opac-course-details.tt includes item-status.inc. But to be displayed correctly the status need info from the checkout. These info are never sent to the template. What were you expecting to display under this "status" column?
Each element in the course_reserves loop should have a key 'issue' if it has an open issue. This data is pulled by GetCourseReserves using GetOpenIssue. It's meant to show what the item's general status is ( available, lost, damaged, checked out, etc ). Does that make sense? -- You are receiving this mail because: You are watching all bug changes.