Bug 13781: Fix missing heading columns for relative's checkouts table in check out...
authorgenevieve <genevieve.plantin@inlibro.com>
Tue, 8 Sep 2015 17:58:10 +0000 (13:58 -0400)
committerMason James <mtj@kohaaloha.com>
Fri, 2 Oct 2015 10:42:49 +0000 (23:42 +1300)
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 <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index b252985..b48b60e 100644 (file)
@@ -726,10 +726,12 @@ No patron matched <span class="ex">[% message %]</span>
                     <th scope="col">Due date</th>
                     <th scope="col">Title</th>
                     <th scope="col">Item type</th>
+                    <th scope="col">Location</th>
                     <th scope="col">Checked out on</th>
                     <th scope="col">Checked out from</th>
                     <th scope="col">Call no</th>
                     <th scope="col">Charge</th>
+                    <th scope="col">Fine</th>
                     <th scope="col">Price</th>
                     <th scope="col">Patron</th>
                 </tr>