@@ -, +, @@ - Go to Circulation, Holds awaiting pickup (circ/waitingreserves.pl) - Note the additional column for available location. --- koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc @@ -1,4 +1,5 @@ [% USE ItemTypes %] +[% USE AuthorisedValues %] @@ -8,6 +9,7 @@ + @@ -37,6 +39,7 @@ + --
Patron Home branch Current locationAvailable location Call number Copy number Enumeration [% Branches.GetName( reserveloo.item.homebranch ) | html %] [% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% AuthorisedValues.GetByCode('LOC', reserveloo.item.location) | html %] [% reserveloo.item.itemcallnumber | html %] [% reserveloo.item.copynumber | html %] [% reserveloo.item.enumchron | html %]