From 7e6f18d04f27cb05119245bad97bb73cf263a10a 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 Theres was two missing heading columns Location and Fines in the Check out section of a Patron --- .../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 4f3cbc6..6d4632f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -857,10 +857,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.9.5