Bugzilla – Attachment 57070 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 show/hide csv profile list
Bug-15498-Fix-showhide-csv-profile-list.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2016-11-02 10:32:00 UTC
(
hide
)
Description:
Bug 15498: Fix show/hide csv profile list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-02 10:32:00 UTC
Size:
1.15 KB
patch
obsolete
>From 5efb987eb107dc96e8458e463e3d160f0f55c1aa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 2 Nov 2016 10:31:43 +0000 >Subject: [PATCH] Bug 15498: Fix show/hide csv profile list > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 098edb0..eb3b5b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -37,12 +37,12 @@ $(document).ready(function() { > }); > > $("#output_format > option:first-child").attr("selected", "selected"); >- $("select[name='csv_profile']").hide(); >+ $("select[name='csv_profile_id']").hide(); > $(document).on("change", '#output_format', function(){ > if ( $(this).val() == 'csv' ) { >- $("select[name='csv_profile']").show(); >+ $("select[name='csv_profile_id']").show(); > } else { >- $("select[name='csv_profile']").hide(); >+ $("select[name='csv_profile_id']").hide(); > } > }); > >-- >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