Bug 29574

Summary: OPACShelfBrowser doesn't show any records in koha 21.05.x
Product: Koha Reporter: Hugo Agud <hagud>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: fridolin.somers
Version: 21.05   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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,