From ceb3b165ee4ffad82b3b53e3f9f9ce03115bcdfb 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 676eb0f294e..af863be114b 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 %] 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 f92b48031c6..1ce4aa2b3d6 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 @@ Code Label - Default - Lift after payment? - Fee limit + Default + Lift after payment? + Fee limit Actions -- 2.39.5