Bug 19972: (QA follow-up) Fix id name
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 22 Apr 2018 18:37:11 +0000 (18:37 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 May 2018 16:26:48 +0000 (13:26 -0300)
Renames #type-filter to #itemtype-filter

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

index b37fdd5..fe97911 100644 (file)
         <td><input type="text" class="filter" data-column_num="6" placeholder="Call number" style="width:95%"/></td>
         <td><input type="text" class="filter" data-column_num="7" placeholder="Available copy" style="width:95%"/></td>
         <td><input type="text" class="filter" data-column_num="8" placeholder="Available enumeration" style="width:95%"/></td>
-        <td id="type-filter"></td>
+        <td id="itemtype-filter"></td>
         <td id="locationfilter"></td>
         <td></td>
         <td></td>
                   holdst.fnFilter( filter_value, 5, true );
               });
           });
-          $("#type-filter").each( function () {
+          $("#itemtype-filter").each( function () {
               $(this).html( createSelect( holdst.fnGetColumnData(9) ) );
               $('select', this).change( function () {
                   holdst.fnFilter( $(this).val(), 9 );