Bug 13781: Fix relatives's checkouts missing heading columns
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember.tt
index 9a124ae..2d178c6 100644 (file)
@@ -474,13 +474,16 @@ function validate1(date) {
         <table id="relatives-issues-table" style="width: 100% !Important;">
             <thead>
                 <tr>
+                    <th scope="col">Due date hidden not formatted</th>
                     <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>