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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 1195-1200 modules: Link Here
1195
              columnname: locations
1195
              columnname: locations
1196
            -
1196
            -
1197
              columnname: hold_date
1197
              columnname: hold_date
1198
            -
1199
              columnname: reserve_notes
1198
            -
1200
            -
1199
              columnname: action
1201
              columnname: action
1200
1202
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +3 lines)
Lines 64-69 Link Here
64
        <th class="string-sort">Available item types</th>
64
        <th class="string-sort">Available item types</th>
65
        <th class="string-sort">Available locations</th>
65
        <th class="string-sort">Available locations</th>
66
        <th class="title-string">Earliest hold date</th>
66
        <th class="title-string">Earliest hold date</th>
67
        <th>Reserve notes</th>
67
        <th>Action</th>
68
        <th>Action</th>
68
        </tr>
69
        </tr>
69
    </thead>
70
    </thead>
Lines 163-168 Link Here
163
        <td>
164
        <td>
164
            <span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span>
165
            <span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span>
165
        </td>
166
        </td>
167
        <td>[% hold.reservenotes | html %]</td>
166
        <td>
168
        <td>
167
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
169
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
168
                <input type="hidden" name="op" value="cancel_reserve" />
170
                <input type="hidden" name="op" value="cancel_reserve" />
Lines 224-229 Link Here
224
        <td id="locationfilter"></td>
226
        <td id="locationfilter"></td>
225
        <td></td>
227
        <td></td>
226
        <td></td>
228
        <td></td>
229
        <td></td>
227
        </tr>
230
        </tr>
228
    </tfoot>
231
    </tfoot>
229
    </table>
232
    </table>
230
- 

Return to bug 28092