[Bug 23466] New: In some catalogs it does not show the "holding"
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23466 Bug ID: 23466 Summary: In some catalogs it does not show the "holding" Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: federicoantoniopaiz@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Created attachment 92244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92244&action=edit holding In some catalogs it does not show the "holding", in the opac-error of the log, it shows an error in the line 1034 koha / lib / C4 / Items.pm, the koha we use is version 18.11 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23466 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Frederico, can you please share the exact error and some information about what you'd expect to see? Does the record have an item, that is not shown? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23466 --- Comment #2 from Federico Paiz <federicoantoniopaiz@gmail.com> --- The error is that in some the information is not seen, in the holding tab, I looked at the database and the information in "items" are there. Is there a way to verify if the query is armed well or is there a missing data that causes the malfunction? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23466 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- You could note the biblionumber of the record you are looking at and do: select * from items where biblionumber = ... If that gives you results, I'd check next if you are hiding them from display: OpacHiddenItems is a good candidate. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23466 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
In some catalogs it does not show the "holding", in the opac-error of the log, it shows an error in the line 1034 koha / lib / C4 / Items.pm, the koha we use is version 18.11
With the exact error I meant the line from the logs. A lot of what appears in the logs is just warnings and not real errors that affect the functionality of Koha. We have tested latest 18.11.x extensively and haven't noticed any errors in display. There is not enough information on the bug report as it is now to see where the problem stems from. This could also be a migration or data issue. Marking this WORKSFORME for now, please reopen with more information if the problem still exists. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org