View | Details | Raw Unified | Return to bug 35316
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +2 lines)
Lines 61-66 Link Here
61
        <th class="anti-the">Title</th>
61
        <th class="anti-the">Title</th>
62
        <th>Author</th>
62
        <th>Author</th>
63
        <th>Barcode</th>
63
        <th>Barcode</th>
64
        <th>Call number</th>
64
        <th>Library</th>
65
        <th>Library</th>
65
        <th>Hold date</th>
66
        <th>Hold date</th>
66
        <th>Expiration date</th>
67
        <th>Expiration date</th>
Lines 78-83 Link Here
78
          <td>[% INCLUDE 'biblio-title.inc' biblio=hold.biblio link = 1 %]</td>
79
          <td>[% INCLUDE 'biblio-title.inc' biblio=hold.biblio link = 1 %]</td>
79
          <td>[% hold.biblio.author | html %]</td>
80
          <td>[% hold.biblio.author | html %]</td>
80
          <td>[% hold.item.barcode | html %]</td>
81
          <td>[% hold.item.barcode | html %]</td>
82
          <td>[% hold.item.itemcallnumber | html %]</td>
81
          <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
83
          <td>[% Branches.GetName( hold.branchcode ) | html %]</td>
82
          <td data-order="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %]</td>
84
          <td data-order="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %]</td>
83
          <td data-order="[% hold.expirationdate | html %]">
85
          <td data-order="[% hold.expirationdate | html %]">
84
- 

Return to bug 35316