Koha::Template::Plugin::Registers
The Registers plugin is a helper that returns register related session information for templates
[% USE Registers %] [% SET registers = Registers.all() %] [% SET registers = Registers.all( { filters => { current_branch => 1 } } );
Return the register_id for the register attached to the current session.
Return the register_name for the register attached to the current session.
[% SET registers = Registers.all() %] [% SET registers = Registers.all( { filters => { current_branch => 1 } } );
Returns a list of all cash registers available that adhere to the passed filters.