https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |fridolin.somers@biblibre.co | |m --- Comment #9 from Fridolin Somers <fridolin.somers@biblibre.com> --- + [% AuthorisedValues.GetByCode( 'LOC', ITEM_DAT.location ) | html %] Oh since Bug 26323 we use other syntax : [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] items.location may no use AV 'LOC'. Also : Many places use class="shelvingloc" for CSS tuning. Example : https://git.koha-community.org/Koha-community/Koha/src/commit/474d6c7462c055... -- You are receiving this mail because: You are watching all bug changes.