https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |[email protected] | |m --- Comment #9 from Fridolin Somers <[email protected]> --- + [% 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/474d6c7462c055c11e58986d837d8087f74562d9/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt#L374 -- You are receiving this mail because: 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/
