Bug 27006

Summary: If a record has no title, the list of checkouts breaks
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: andrewfh, dcook, gmcharlt, jonathan.druart, kyle.m.hall
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2020-11-12 16:54:08 UTC
We have some cases recently where libraries have only cataloged 245$p (name of the part) and no $a. This is hard to detect, as $p shows like the title would. But if you check out the item, the list of checkouts will load forever.

Records in our catalog are added by import from the union catalog - so having the 245$a mandatory doesn't help in this case. 

Could we have a fix showing "no title" or similar when $a is missing?
Comment 1 Andrew Fuerste-Henry 2020-11-12 18:56:46 UTC
I've run into this, too, and just assumed it was intentional. It would be great to handle these more gracefully.
Comment 2 David Cook 2020-11-12 23:57:28 UTC
Hmm what version of Koha are you using? This should have been fixed by Bug 25293 I think.
Comment 3 Katrin Fischer 2020-11-13 07:33:08 UTC
Thx David, I will check that - it's indeed an older version.
Comment 4 Jonathan Druart 2020-12-01 13:24:06 UTC

*** This bug has been marked as a duplicate of bug 25293 ***