From b73c432887734ae2bd8de87b0c0d6fec1f6a1d4c Mon Sep 17 00:00:00 2001 From: Genevieve Plantin Date: Tue, 8 Sep 2015 13:58:10 -0400 Subject: [PATCH] Bug 13781: Fix missing heading columns for relative's checkouts table in check out patron page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Theres was two missing heading columns Location and Fines in the Check out section of a Patron Tested both patches together. Works as expected. Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit bcb6e9ea39dce065e8c7ff80b4d1b7b49e1735f4) Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 34ebe7b353..e32ce140cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -866,10 +866,12 @@ No patron matched [% message %] Due date Title Item type + Location Checked out on Checked out from Call no Charge + Fine Price Patron -- 2.39.5