Bug 18408

Summary: Remainder of title (245$b) in Koha::Biblio
Product: Koha Reporter: Lari Taskula <lari.taskula>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: ere.maijala, josef.moravec, katrin.fischer, niamh.walker-headon
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 18408: Get remainder of title (245$b) from Koha::Biblio
Bug 18408: Store $record in Koha::Biblio and invalidate it when ->store

Description Lari Taskula 2017-04-10 12:31:54 UTC

    
Comment 1 Lari Taskula 2017-04-10 12:36:00 UTC
Created attachment 61999 [details] [review]
Bug 18408: Get remainder of title (245$b) from Koha::Biblio

To test:
1. prove t/db_dependet/Koha/Biblios.t
Comment 2 Lari Taskula 2017-04-10 12:36:14 UTC
Created attachment 62000 [details] [review]
Bug 18408: Store $record in Koha::Biblio and invalidate it when ->store
Comment 3 Lari Taskula 2017-04-10 12:37:58 UTC
Needs rebase, current patches apply on top of Bug 18072.
Comment 4 Katrin Fischer 2019-01-11 22:08:04 UTC
Can we have more of a description and a test plan here?

Wondering how it would fit with bug 11529.
Comment 5 Ere Maijala 2019-01-16 07:51:48 UTC
This would have been a workaround for not having the fields in the biblio table. I think bug 11529 provides a more performant and flexible (framework-based) solution, so I'm marking this as a duplicate.

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