From bd35e12edf2451384a1699328a97fa89f7c5a9fd 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 c7969d78af..a755837473 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 c43d76f173..a1a22b80d6 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