Bugzilla – Attachment 62402 Details for
Bug 18453
"Export" column is not hidden when ExportCircHistory is off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18453: Remove exports_enabled in circulation_batch_checkouts.tt
Bug-18453-Remove-exportsenabled-in-circulationbatc.patch (text/plain), 1.21 KB, created by
Marc Véron
on 2017-04-19 17:28:47 UTC
(
hide
)
Description:
Bug 18453: Remove exports_enabled in circulation_batch_checkouts.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-19 17:28:47 UTC
Size:
1.21 KB
patch
obsolete
>From 7ae3ca4e6c2fcd47d6da225dacb59480103f7a4f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Apr 2017 12:32:06 -0300 >Subject: [PATCH] Bug 18453: Remove exports_enabled in > circulation_batch_checkouts.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This is a c/p from circulation.tt, this variable is not needed in this >template > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index e1c7c14..3fd88e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -1,9 +1,6 @@ > [% USE Branches %] > [% USE KohaDates %] > [% USE Price %] >-[% IF ( export_remove_fields OR export_with_csv_profile ) %] >- [% SET exports_enabled = 1 %] >-[% END %] > [% USE AuthorisedValues %] > [% INCLUDE 'doc-head-open.inc' %] > [% SET destination = "circ" %] >-- >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 18453
:
62353
|
62362
|
62393
|
62394
|
62399
|
62401
|
62402
|
62694
|
62695