@@ -, +, @@ --- admin/columns_settings.yml | 2 ++ circ/pendingreserves.pl | 1 + .../prog/en/modules/circ/pendingreserves.tt | 9 +++++++++ 3 files changed, 12 insertions(+) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -1567,6 +1567,8 @@ modules: columnname: current_location - columnname: shelving_location + - + columnname: collection - columnname: call_number - --- a/circ/pendingreserves.pl +++ a/circ/pendingreserves.pl @@ -269,6 +269,7 @@ foreach my $bibnum ( @biblionumbers ){ # get available values for each biblio my $fields = { + collections => 'ccode', locations => 'location', callnumbers => 'itemcallnumber', enumchrons => 'enumchron', --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -80,6 +80,7 @@ Available enumeration Available item types Available locations + Available collections Earliest hold date Hold notes Pickup location @@ -191,6 +192,13 @@ [% END %] + + + [% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %] @@ -259,6 +267,7 @@ + --