From 9a573c56ee29735d7ffa31510ec0e69b7b148b94 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 25 Aug 2017 10:29:43 -0400 Subject: [PATCH] LP#1712840: extend fix to circ and holds history tabs This patch fixes the remaining two instances of a bare 'IF ebook_api.enabled' test. Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/myopac/circ_history.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/hold_history.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 index 6940bdeeff..423c4ffe57 100644 --- a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 @@ -14,7 +14,7 @@ - [%- IF ebook_api.enabled %] + [%- IF ebook_api.enabled == 'true' %] diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index 9f22b1dcb0..068557fd47 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -15,7 +15,7 @@ - [% IF ebook_api.enabled %] + [% IF ebook_api.enabled == 'true' %] -- 2.11.0