http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Summary: Author displays inconsistently ( and incorrectly ) in opac-basket.pl (and when emailing cart ) Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Symptoms: Clicking 'More Details' when viewing a basket shows a blank author field. Emailing the cart doesn't properly show author information. Details: opac-basket.pl gets the author(s) by calling GetMarcAuthors. This function actually only gets additional authors from the marc record, and ignores 1XX tags. The template then tries to access a data element ->{'value'}, which isn't returned from GetMarcAuthors(). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.