Bugzilla – Attachment 177309 Details for
Bug 38472
exportColumns hard-coded in patron categories, patron restriction types, and basket tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38472: (follow-up) Adding and removing a few noExport classes
Bug-38472-follow-up-Adding-and-removing-a-few-noEx.patch (text/plain), 2.57 KB, created by
David Nind
on 2025-01-29 11:12:13 UTC
(
hide
)
Description:
Bug 38472: (follow-up) Adding and removing a few noExport classes
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-01-29 11:12:13 UTC
Size:
2.57 KB
patch
obsolete
>From 142aa20f0898aa3302ead6ca99799599dc6d707d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Jan 2025 14:51:50 +0000 >Subject: [PATCH] Bug 38472: (follow-up) Adding and removing a few noExport > classes > >I think only the "Actions" column on the restrictions page should be >excluded from export. On the acquisitions basket page we need it on the >"Place hold" column. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/restrictions.tt | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 676eb0f294..af863be114 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -523,7 +523,7 @@ > [% IF Koha.Preference('EDIFACT') && ediaccount %] > <th>Supplier report</th> > [% END %] >- <th class="NoSort">Place hold</th> >+ <th class="NoSort noExport">Place hold</th> > [% IF ( active && !closedate ) %] > <th class="NoSort noExport">Modify</th> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index f92b48031c..1ce4aa2b3d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -195,9 +195,9 @@ > <tr> > <th scope="col">Code</th> > <th scope="col">Label</th> >- <th class="noExport" scope="col">Default</th> >- <th class="noExport" scope="col">Lift after payment?</th> >- <th class="noExport" scope="col">Fee limit</th> >+ <th scope="col">Default</th> >+ <th scope="col">Lift after payment?</th> >+ <th scope="col">Fee limit</th> > <th class="noExport" scope="col">Actions</th> > </tr> > </thead> >-- >2.39.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 38472
:
177260
|
177276
|
177277
|
177308
|
177309
|
177322
|
177323