@@ -, +, @@ follow-ups - Apply the patch and log out of the staff interface. - On the login form, test that changing your selected library correctly affects the desk and cash register dropdowns: Only desks and registers for your selected library should appear. - Log in and confirm that your selections were submitted correctly. - Go to Reports, and under "Statistics wizards" choose "Cash register." - Confirm that changes to the "Transaction library" correctly change the available options in the "Cash register" dropdown, including the "All" option. --- .../intranet-tmpl/prog/en/modules/auth.tt | 16 ++++----- .../en/modules/reports/cash_register_stats.tt | 36 ++++++++++++++----- 2 files changed, 35 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -144,11 +144,11 @@

[% IF Koha.Preference('ForceLibrarySelection') %] - [% ELSE %] - - [% END %] [% FOREACH l IN Branches.all( unfiltered => 1 ) %] @@ -162,8 +162,8 @@ [% IF Koha.Preference('UseCirculationDesks') && Desks.all %]

- - [% FOREACH d IN Desks.all %] @@ -174,8 +174,8 @@ [% IF Koha.Preference('UseCashRegisters') && Registers.all().size %]

- - [% PROCESS options_for_registers registers => Registers.all() %] @@ -255,8 +255,6 @@ [% MACRO jsinclude BLOCK %] - [% Asset.js("js/desk_selection.js") | $raw %] - [% Asset.js("js/register_selection.js") | $raw %] - [% INCLUDE 'calendar.inc' %] -