Bugzilla – Attachment 179121 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
Jonathan Druart
on 2025-03-10 14:41:40 UTC
(
hide
)
Description:
Bug 38472: (follow-up) Adding and removing a few noExport classes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-10 14:41:40 UTC
Size:
2.57 KB
patch
obsolete
>From 35353ddf579164ce9b658430cf2c7ed8413f3abe 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> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.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 e80fda26c5c..454af49caf7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -577,7 +577,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 ed860b8a23a..e7eddeb1686 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -194,9 +194,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.34.1
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
|
179120
| 179121