@@ -, +, @@ -PLace a hold and add a reserve note to that hold -Go to Circulation > Holds to pull -Notice there is no reserve notes column -Apply patch and restart all the things -Reload the Holds to pull report and you should see a reserve notes column -Go to table settings (/cgi-bin/koha/admin/columns_settings.pl) and make sure you can properly hide the column. -Test other columns in the table and make sure you can properly hide them --- admin/columns_settings.yml | 2 ++ .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 3 +++ 2 files changed, 5 insertions(+) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -1195,6 +1195,8 @@ modules: columnname: locations - columnname: hold_date + - + columnname: reserve_notes - columnname: action --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -64,6 +64,7 @@ Available item types Available locations Earliest hold date + Reserve notes Action @@ -163,6 +164,7 @@ [% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %] + [% hold.reservenotes | html %]
@@ -224,6 +226,7 @@ + --