Bug 8481 - Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Summary: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: 3.8
Hardware: All All
: P5 - low normal (vote)
Assignee: Fridolin Somers
QA Contact: Mason James
URL:
Keywords:
: 8390 (view as bug list)
Depends on:
Blocks: 8390
  Show dependency treegraph
 
Reported: 2012-07-20 12:07 UTC by Gaetan Boisson
Modified: 2015-06-04 23:23 UTC (History)
7 users (show)

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


Attachments
Proposed patch (790 bytes, patch)
2012-09-26 14:49 UTC, Fridolin Somers
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl (887 bytes, patch)
2012-09-28 12:57 UTC, Kyle M Hall
Details | Diff | Splinter Review
[3.6.x] Proposed patch (782 bytes, patch)
2012-11-29 09:32 UTC, Fridolin Somers
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 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. ***