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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +6 lines)
Lines 215-220 Link Here
215
        <td id="locationfilter"></td>
215
        <td id="locationfilter"></td>
216
        <td></td>
216
        <td></td>
217
        <td></td>
217
        <td></td>
218
        <td></td>
218
        </tr>
219
        </tr>
219
    </tfoot>
220
    </tfoot>
220
    </table>
221
    </table>
Lines 322-327 Link Here
322
                  holdst.fnFilter( $(this).val(), 10 );
323
                  holdst.fnFilter( $(this).val(), 10 );
323
              });
324
              });
324
          });
325
          });
326
327
          $("#cancellation-reason").on("change", function(e){
328
              $("#cancellation-notify-patron").prop("disabled", $(this).val() == "");
329
          });
330
          $("#cancellation-reason").change();
325
        });
331
        });
326
    </script>
332
    </script>
327
[% END %]
333
[% END %]
328
- 

Return to bug 25534