Koha::Template::Plugin::Desks - A module for dealing with desks in templates
This plugin contains getters functions, to fetch all desks a library got or the current one.
[% Desks.GetLoggedInDeskId %]
return the desk name that is attached to the session or empty string
[% Desks.GetLoggedInDeskName %]
Return the desk name that is attached to the session or empty string
[% Desks.ListForLibrary %]
returns all desks existing at the current library
[% Desks.all %]
returns all desks existing at all libraries