From 3ef81d996909d8bd1cd290b6a9c67df8e2c8e2ef 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 --- .../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 8b58ab188f..c05fd3c600 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,11 @@ Checkout notes [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  • + Pending on-site checkouts +
  • + [% END %] @@ -110,11 +115,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.2