From 29dd3dae3590d1929f892ca326fe2cee2ad3a7af Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Mon, 7 May 2018 17:48:57 +0530 Subject: [PATCH] Bug 20719 - Add missing USE Branches to files.tt Test On a kohadevbox: 0. Enable the EnableBorrowerFiles system preference 1. Go to any patron, and click on the 'Files' tab in the left pane. -- the Home library is not displayed. 2. Apply the patch, restart_all, and reload the page. -- the Home library is now displayed. Signed-off-by: Mark Tompsett --- koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt index 96d4c83..60b552f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt @@ -1,5 +1,6 @@ [% USE Asset %] [% USE KohaDates %] +[% USE Branches %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -- 2.1.4