Bugzilla – Attachment 16127 Details for
Bug 9294
Move JavaScript out of circulation template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9294: Followup FIX csv choice for export
Bug-9294-Followup-FIX-csv-choice-for-export.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2013-03-14 13:47:20 UTC
(
hide
)
Description:
Bug 9294: Followup FIX csv choice for export
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-14 13:47:20 UTC
Size:
1.48 KB
patch
obsolete
>From 4ad6ea8dbaa0547f952c98525026fef6aefcb39a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 14 Mar 2013 14:42:07 +0100 >Subject: [PATCH] Bug 9294: Followup FIX csv choice for export > >If ExportRemoveFields is filled and no csv profile defined in >ExportWithCsvProfile, the csv choice appears in the dropdown list but >does not work. >--- > .../prog/en/modules/circ/circulation.tt | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index f83fe25..5f24031 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -813,9 +813,7 @@ No patron matched <span class="ex">[% message %]</span> > <option value="iso2709_995">ISO2709 with items</option> > <option value="iso2709">ISO2709 without items</option> > [% IF ( export_with_csv_profile ) %] >- <option value="csv">CSV</option> >- [% ELSE %] >- <option value="">CSV</option> >+ <option value="csv">CSV</option> > [% END %] > </select> > <label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> >-- >1.7.2.5
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 9294
:
14154
|
14251
|
14417
|
16127
|
16303
|
20382
|
20684
|
21090
|
21091
|
21092