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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-3 / +2 lines)
Lines 380-388 Link Here
380
              });
380
              });
381
          });
381
          });
382
          $("#pickup-location").each( function () {
382
          $("#pickup-location").each( function () {
383
              $(this).html( createSelect( holdst.fnGetColumnData(14) ) );
383
              $(this).html( createSelect( holdst.fnGetColumnData(15) ) );
384
              $('select', this).change( function () {
384
              $('select', this).change( function () {
385
                  holdst.fnFilter( $(this).val(), 14 );
385
                  holdst.fnFilter( $(this).val(), 15 );
386
              });
386
              });
387
          });
387
          });
388
        });
388
        });
389
- 

Return to bug 37444