https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42659
--- Comment #1 from Nick Clemens (kidclamp) <[email protected]> --- Created attachment 199358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199358&action=edit Bug 42659: Use biblio-title.inc for displaying title at checkin Currently at checking we display the number and parts all grouped,this is different than other places in Koha, we should use the same include here To test: 1 - Edit a record and set the title like: 245 1 4 ‡aThe passion according to G.H. ‡bsubtitle ‡nnumber1 ‡ppart1 ‡nnumber2 ‡ppart2 /‡cClarice Lispector ; translation by Ronald W. Sousa. 2 - Enable syspref 'ShowAllCheckins' 3 - Checkin an item from that record, display is like: The passion according to G.H. subtitle number1 number2 part1 part2 / 4 - Apply patch 5 - Check in again 6 - Display is now: The passion according to G.H. subtitle number1 part1 number2 part2 / 7 - Sign off! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
