Bug 23554

Summary: Display info from MARC21 110 and 111 in cart/list emails
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ListsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2019-09-06 09:13:20 UTC
The cart and list emails use GetBiblioData (gets biblio.author) and GetMarcAuthors (gets info from 700-720). This leaves out the 110 and 111 as author is usually only mapped to 100... :(
Comment 1 Caroline Cyr La Rose 2023-03-14 14:29:32 UTC
Katrin, do you think this is resolved in part by bug 30850? We could do the same for 111
Comment 2 Katrin Fischer 2023-03-14 14:35:03 UTC
It would probably work, but with 3150 hopefully closed to be pushed, there might be other ways to achieve it too.