Bug 15498: Fix conflict with bug 17394
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 17 Feb 2017 10:13:32 +0000 (10:13 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 11:13:49 +0000 (11:13 +0000)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/js/checkouts.js

index 6beef27..8d1454a 100644 (file)
@@ -38,7 +38,7 @@ $(document).ready(function() {
 
     $("#output_format > option:first-child").attr("selected", "selected");
     $("select[name='csv_profile_id']").hide();
-    $(document).on("change", '#output_format', function(){
+    $(document).on("change", '#issues-table-output-format', function(){
         if ( $(this).val() == 'csv' ) {
             $("select[name='csv_profile_id']").show();
         } else {