From 46edccd3376784027b82428c4835157f86fc5d11 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 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 --- .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 12 +++++++----- 1 file changed, 7 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 8b58ab188f..29ddaf883c 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 @@ -45,6 +45,13 @@ Checkout notes [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  • + + Pending on-site checkouts +
  • + [% END %] @@ -110,11 +117,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.11.0