@@ -, +, @@ 1 - Find a record on staff client, place hold 2 - Select a patron to load the request screen 3 - Note the location dropdown for next available hold 4 - Note the item specific locations on the far right 5 - Apply patch 6 - Reload the page 7 - Note the item specific location dropdowns are now moved to the left 8 - Place the hold, verify it works with the dropdowns 9 - Verify title levelholds still work as expected --- .../prog/en/modules/reserve/request.tt | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -595,6 +595,7 @@ Hold + Allowed pickup locations [% IF Koha.Preference('item-level_itypes') %] Item type [% END %] @@ -610,7 +611,6 @@ Vol no. [% END %] Information - Allowed pickup locations @@ -668,6 +668,18 @@ [% END # /IF force_hold_level %] + + [% IF (itemloo.pickup_locations_count > 0) %] + + [% END %] + [% IF Koha.Preference('item-level_itypes') %] [% UNLESS ( noItemTypeImages ) %] @@ -757,18 +769,6 @@ Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemloo.notforloan ) | html %]) [% END %] - - [% IF (itemloo.pickup_locations_count > 0) %] - - [% END %] - [% END # / UNLESS itemloo.hide %] [% END # /FOREACH itemloo %] @@ -788,13 +788,13 @@ + [% UNLESS Koha.Preference('item-level_itypes') %] [% END %] - [% FOREACH biblioloo IN biblioloop %] [% IF ( biblioloo.warn ) %] @@ -807,6 +807,20 @@ [% END %] + - [% END # /FOREACH biblioloo %]
 Pickup location TitleItem typePriority InformationPickup location
+ [% UNLESS ( biblioloo.none_avail || biblioloo.noitems ) %] + + [% END %] +
  • @@ -859,20 +873,6 @@ [% END %] [% END %]
- [% UNLESS ( biblioloo.none_avail || biblioloo.noitems ) %] - - [% END %] -
--