From 385356515d75acbebe740969c57630dae2791ac1 Mon Sep 17 00:00:00 2001 From: Alberto Date: Sun, 16 Sep 2018 15:34:37 -0700 Subject: [PATCH] Bug 21350: Added icon to Pending on-site checkouts and moved MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When pending on-site checkouts is enabled, it will display checkout items that are being used in the library test plan: 1. Go to Koha administration 2. Search for "onSiteChekouts" 3. Enable "onSitecheckout" 4. Save all Circulation preferences 5. Go back to home page and click "Circulations" 6. Please confirm there is an icon and the link is below Fast cataloging Signed-off-by: Séverine QUEUNE Signed-off-by: Jonathan Druart Amended patch: replace tabs with 4 spaces Signed-off-by: Nick Clemens (cherry picked from commit 3ef81d996909d8bd1cd290b6a9c67df8e2c8e2ef) Signed-off-by: Martin Renvoize --- .../prog/en/modules/circ/circulation-home.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index 802dd9af55..7888e12184 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -39,6 +39,11 @@ [% END %] [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  • + Pending on-site checkouts +
  • + [% END %] @@ -104,11 +109,6 @@ title="Limited to your library. See report help for other details." > Overdues with fines - [% IF Koha.Preference('OnSiteCheckouts') %] -
  • - Pending on-site checkouts -
  • - [% END %] -- 2.39.5