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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 1412-1417 modules: Link Here
1412
              columnname: itemtype
1412
              columnname: itemtype
1413
            -
1413
            -
1414
              columnname: status
1414
              columnname: status
1415
            -
1416
              columnname: reservenote
1415
1417
1416
    checkouthistory:
1418
    checkouthistory:
1417
      checkouthistory-table:
1419
      checkouthistory-table:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +4 lines)
Lines 72-77 Link Here
72
          <th>Requested item type</th>
72
          <th>Requested item type</th>
73
        [% END %]
73
        [% END %]
74
        <th>Status</th>
74
        <th>Status</th>
75
        <th>Hold note</th>
75
        </tr>
76
        </tr>
76
      </thead>
77
      </thead>
77
      <tbody>
78
      <tbody>
Lines 119-124 Link Here
119
              <span>Pending</span>
120
              <span>Pending</span>
120
          [% END %]
121
          [% END %]
121
          </td>
122
          </td>
123
          <td>
124
              [% hold.reservenotes | html %]
125
          </td>
122
        </tr>
126
        </tr>
123
      [% END %]
127
      [% END %]
124
      </tbody>
128
      </tbody>
125
- 

Return to bug 38939