From a43f54caf95bcb72fad2d31953638ed0d0348f95 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 7 Jan 2026 03:14:48 +0000 Subject: [PATCH] Bug 31391: (follow-up) Add UseRecalls to Hea and other fixes --- C4/UsageStats.pm | 1 + ..._31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl | 0 .../atomicupdate/bug_31391_-_update_UseRecalls_syspref.pl | 0 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 3 ++- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 5 files changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_31391_-_update_UseRecalls_syspref.pl diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm index 4492080c097..5a9b699c50c 100644 --- a/C4/UsageStats.pm +++ b/C4/UsageStats.pm @@ -351,6 +351,7 @@ sub _shared_preferences { ILS-DI OAI-PMH version + UseRecalls /; return \@preferences; diff --git a/installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl b/installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl old mode 100644 new mode 100755 diff --git a/installer/data/mysql/atomicupdate/bug_31391_-_update_UseRecalls_syspref.pl b/installer/data/mysql/atomicupdate/bug_31391_-_update_UseRecalls_syspref.pl old mode 100644 new mode 100755 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 1df198a64db..1625272034e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -302,7 +302,8 @@
[% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title | html %] [% patron.firstname | html %] - [% patron.surname | html %], enter the name of an image file to upload. + [% patron.surname | html %], + enter the name of an image file to upload.
[% END # /IF patron.image %]

Only PNG, GIF, JPEG, XPM formats are supported.

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 25b526e3cd7..bc19c47de1a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -275,7 +275,7 @@ Holds ([% reserves_count | html %]) [% END %] [% END %] - [% IF Koha.Preference('UseRecalls') != "off" && RECALLS.count %] + [% IF Koha.Preference('UseRecalls') != "off" && RECALLS.count %] [% WRAPPER tab_item tabname= "opac-user-recalls" %] Recalls ([% RECALLS.count | html %]) [% END %] -- 2.39.5