http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12670 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30290|0 |1 is obsolete| | --- Comment #5 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 32765 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32765&action=edit Bug 12670: Show materials label instead of code In catalogue/detail.pl, if items.materials is linked to an authorised values list, show label instead of code. Test plan: 1/ Create an authorised values list 'MATERIALS' with some values 2/ In default MARC biblio framework, link an item subfield to 'items.materials', and to the AV list 'MATERIALS' 3/ Edit an item and give a value for this subfield 4/ Go to biblio record detail page (catalogue/detail.pl) 5/ In the items table, the authorised value label should be displayed. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Works as described. As soon as an AV list is linked to items.materials, this patch is necessary to display materials value rather than code from the AV. Side note: items.materials is displayed in item tab on catalog/detail.pl page, but isn't displayed on catalogue/moredetail.pl. -- You are receiving this mail because: You are watching all bug changes.