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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 1196-1201 modules: Link Here
1196
            -
1196
            -
1197
              columnname: hold_date
1197
              columnname: hold_date
1198
            -
1198
            -
1199
              columnname: reserve_notes
1200
            -
1199
              columnname: action
1201
              columnname: action
1200
1202
1201
    holdsratios:
1203
    holdsratios:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +3 lines)
Lines 78-83 Link Here
78
        <th class="string-sort">Available item types</th>
78
        <th class="string-sort">Available item types</th>
79
        <th class="string-sort">Available locations</th>
79
        <th class="string-sort">Available locations</th>
80
        <th class="title-string">Earliest hold date</th>
80
        <th class="title-string">Earliest hold date</th>
81
        <th>Reserve notes</th>
81
        <th>Action</th>
82
        <th>Action</th>
82
        </tr>
83
        </tr>
83
    </thead>
84
    </thead>
Lines 177-182 Link Here
177
        <td>
178
        <td>
178
            <span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span>
179
            <span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span>
179
        </td>
180
        </td>
181
        <td>[% hold.reservenotes | html %]</td>
180
        <td>
182
        <td>
181
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
183
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
182
                <input type="hidden" name="op" value="cancel_reserve" />
184
                <input type="hidden" name="op" value="cancel_reserve" />
Lines 238-243 Link Here
238
        <td id="locationfilter"></td>
240
        <td id="locationfilter"></td>
239
        <td></td>
241
        <td></td>
240
        <td></td>
242
        <td></td>
243
        <td></td>
241
        </tr>
244
        </tr>
242
    </tfoot>
245
    </tfoot>
243
    </table>
246
    </table>
244
- 

Return to bug 28092