https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40285

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to