@@ -, +, @@ overview page - Go to Administraiton > patron categories - Edit a patron category and check "Hold reminder" in messaging preferences, save. - Go to the overview page and verify it shows as 'Unknown'. - Apply patch. - Descrpition should now display. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -597,6 +597,7 @@ [% ELSIF ( prefs.Ill_ready ) %]Interlibrary loan ready [% ELSIF ( prefs.Ill_unavailable ) %]Interlibrary loan unavailable [% ELSIF ( prefs.Auto_Renewals ) %]Auto renewal + [% ELSIF ( prefs.Hold_Reminder ) %]Hold reminder [% ELSE %]Unknown [% END %]: [% transport.transport | html %]
--