[Koha-bugs] [Bug 35059] Display item's shelving location on the items tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 26 10:07:03 CEST 2023


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #9 from Fridolin Somers <fridolin.somers at 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/474d6c7462c055c11e58986d837d8087f74562d9/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt#L374

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list