Bugzilla – Attachment 60390 Details for
Bug 15498
Replace ExportWithCsvProfile with ExportCircHistory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15498: Fix conflict with bug 17394
Bug-15498-Fix-conflict-with-bug-17394.patch (text/plain), 1004 bytes, created by
Jonathan Druart
on 2017-02-17 10:14:52 UTC
(
hide
)
Description:
Bug 15498: Fix conflict with bug 17394
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-17 10:14:52 UTC
Size:
1004 bytes
patch
obsolete
>From ba67d57667d13727e12604294bb8da44383be1b1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 17 Feb 2017 10:13:32 +0000 >Subject: [PATCH] Bug 15498: Fix conflict with bug 17394 > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 680578e..d1f098c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -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 { >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15498
:
46338
|
46339
|
50257
|
50258
|
57064
|
57065
|
57066
|
57070
|
57072
|
57073
|
57074
|
57075
|
60372
|
60373
|
60374
|
60375
|
60376
|
60385
|
60386
|
60387
|
60388
|
60389
|
60390
|
60411
|
60412
|
60413
|
60414
|
60415
|
60416