https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40285 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> ---
From Mattermost
It can be done using Koha::Patron::Attribute::Types->find( $code )->description, if I understand the need correctly. But we really should not need a TT plugin for that We should have the koha object passed to the template, and so access the description attribut, and this is what we are doing already actually, at least in members/moremember.tt: 358 <span class="label">[% item.type.description | html %]: </span> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.