In the MARC view on the opac, we have a table that shows items data, we even see 995 fields for items, which seem to be generated on the fly since we have dropped them from the marcxml. In the staff client however, this table is missing from the MARCview, it's a regression since librarians using this view by default wont' have the items information at hand, which used to be the case.
It turns out that if you have 995 fields in your marcXML, this data will then show up as items. I guess this view was not updated to take into account the way items are now managed.
Created attachment 12531 [details] [review] Proposed patch Very small patch. As said, just items missing from MARC record.
Created attachment 12576 [details] [review] [SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(In reply to comment #3) > Created attachment 12576 [details] [review] > [SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not > in MARCdetail.pl > > Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> trivial patch, passing QA... $ koha-qa.pl -c 1 testing 1 commit(s) (applied to commit 6c18204) * cbdf769 Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl catalogue/MARCdetail.pl * catalogue/MARCdetail.pl OK
Patch pushed to master I don't think this patch is applicable for 3.8, but may be wrong
(In reply to comment #5) > Patch pushed to master > I don't think this patch is applicable for 3.8, but may be wrong This patch is needed in 3.8. It should be easy to apply.
Chris, could you push this patch in 3.8.x please. Thanks
Pushed to 3.8.x, will be in 3.8.8
Patches do not apply to 3.6.x, please reopen and submit a patch for 3.6.x if necessary. Thanks!
Created attachment 13759 [details] [review] [3.6.x] Proposed patch Patch for 3.6.x
*** Bug 8390 has been marked as a duplicate of this bug. ***