http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2167 Summary: URL handling in staff client inconsistent Product: Koha Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: rch@liblime.com QAContact: koha-bugs@lists.koha.org This bug has a couple parts: (1) moredetail.pl gives a broken link for multiple 856's. This is due to the way repeated fields are handled for kohafields: if you have multiple 856's (and 856$u is linked to biblioitems.url by default), the url's are joined with '|' in biblioitems.url, giving a broken hyperlink when this field from GetBiblioData is used in moredetail.pl My suggestion is to simply remove the url display from moredetail.pl. I otherwise punt on proper handling of biblioitems.url . My inclination is to not link it in the framework and not use it. Online resources are only going to become more plentiful in metadata... Which makes (2) more important... (2) URLs aren't displayed in normal view. I think the same display mechanism for the opac should be repeated here. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.