Bug 29574 - OPACShelfBrowser doesn't show any records in koha 21.05.x
Summary: OPACShelfBrowser doesn't show any records in koha 21.05.x
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 21.05
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-25 07:31 UTC by Hugo Agud
Modified: 2022-12-12 21:25 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Agud 2021-11-25 07:31:31 UTC

    
Comment 1 Hugo Agud 2021-11-25 07:34:38 UTC
OPACShelfBrowser doesn't show any records, it is being able to launch, and close, but not content is not displayed.
Comment 2 Katrin Fischer 2021-11-25 11:51:07 UTC
Hi Hugo, did it work before and do your items have callnumbers?
Comment 3 Hugo Agud 2021-11-25 12:12:22 UTC
I have been working on it... and this is it happening because cn_sort is not filled, I have been able to trace how the items has been created.. and has been created via mysql.. then cn sort is empty and koha has a null value at mysql and it is not able to create it.

It is not really a bug.. it is because items has been created directly from mysql

sorry for misunderstanding
Comment 4 Fridolin Somers 2021-12-18 07:40:50 UTC
You may use /misc/maintenance/touch_all_items.pl

Best regards,