Bug 8481

Summary: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Product: Koha Reporter: Gaetan Boisson <gaetan.boisson>
Component: Staff interfaceAssignee: Fridolin Somers <fridolin.somers>
Status: CLOSED FIXED QA Contact: Mason James <mtj>
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt, kyle, liz, mtj, paul.poulain, sophie.meynieux
Version: 3.8   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 8390    
Attachments: Proposed patch
[SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
[3.6.x] Proposed patch

Description Gaetan Boisson 2012-07-20 12:07:51 UTC
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.
Comment 1 Gaetan Boisson 2012-08-13 13:28:58 UTC
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.
Comment 2 Fridolin Somers 2012-09-26 14:49:02 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall (khall) 2012-09-28 12:57:58 UTC
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>
Comment 4 Mason James 2012-10-04 00:43:22 UTC
(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
Comment 5 Paul Poulain 2012-10-05 15:40:55 UTC
Patch pushed to master
I don't think this patch is applicable for 3.8, but may be wrong
Comment 6 Fridolin Somers 2012-10-16 09:45:06 UTC
(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.
Comment 7 Sophie MEYNIEUX 2012-11-26 10:34:00 UTC
Chris, could you push this patch in 3.8.x please. Thanks
Comment 8 Chris Cormack 2012-11-26 10:41:00 UTC
Pushed to 3.8.x, will be in 3.8.8
Comment 9 Liz Rea 2012-11-28 01:35:44 UTC
Patches do not apply to 3.6.x, please reopen and submit a patch for 3.6.x if necessary. 

Thanks!
Comment 10 Fridolin Somers 2012-11-29 09:32:36 UTC
Created attachment 13759 [details] [review]
[3.6.x] Proposed patch

Patch for 3.6.x
Comment 11 Fridolin Somers 2013-02-14 15:19:41 UTC
*** Bug 8390 has been marked as a duplicate of this bug. ***