From 35353ddf579164ce9b658430cf2c7ed8413f3abe Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 Signed-off-by: Lucas Gass --- 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 %] Supplier report [% END %] - Place hold + Place hold [% IF ( active && !closedate ) %] Modify [% 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 @@ Code Label - Default - Lift after payment? - Fee limit + Default + Lift after payment? + Fee limit Actions -- 2.34.1