From e6e0b4cafb2295a65f7d6b5256a00bcfa4468025 Mon Sep 17 00:00:00 2001 From: genevieve Date: Tue, 8 Sep 2015 13:58:10 -0400 Subject: [PATCH] CAM 2146 - 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=UTF-8 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 6d9e5ad..ca56a79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -892,10 +892,12 @@ No patron matched [% message %] Due date Title Item type - Checked out on + Location + Checked out on Checked out from Call no Charge + Fine Price Patron -- 1.7.10.4