From 1b6e9c7bd1c6e50ab610c6d15fe2e46af2f666ec Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 2 Feb 2023 12:30:06 -0300 Subject: [PATCH] Bug 32712: (QA follow-up) Add missing include I assumed it wasn't needed because teh .tt files using this already includ teh Koha plugin. But we shuoldn't skip, just in case someone doesn't notice when reusing this, and debugging will be a pain. Sorry for that. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc index 4d3d4df21d2..0d5713d5aa8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc @@ -1,4 +1,5 @@ [% USE Branches %] +[% USE Koha %] [% USE AuthorisedValues %] [% SET itemavailable = 1 %] -- 2.34.1