@@ -, +, @@ set-library.tt 1. have at least two libraries with multiple desks and one without any desk. 2. go to set-library.pl, select the library without desks, you should see only a “---” entry. 3. select a library you're not logged in and you should see only one desk entry. 4. apply patch. 5. recheck 2. should still be ok. 6. recheck 3. this time you should see all desks. 7. check you can log and set desks as expected from auth.pp. --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 10 +--------- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 5 +---- 2 files changed, 2 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -11,15 +11,7 @@ [% BLOCK options_for_desks %] [% FOREACH d IN desks %] - [% IF d.branchcode == branch %] - [% IF selected == d.desk_id %] - - [% ELSE %] - - [% END %] - [% ELSE %] - - [% END%] + [% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -88,10 +88,7 @@

[% END %] --