From 9ecc131f57675b01a55ee01701af34ca1cc65baa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 12 Apr 2021 11:44:58 +0000 Subject: [PATCH] Bug 28132: Remove "this" from button descriptions on basket summary page This patch modifies button text on the Acquisitions basket page to remove the word "this." To test, apply the patch, go to Acquisitions, and locate a vendor with baskets. - View an open basket. - You should see in the button toolbar, "Delete basket," and "Close basket." - View a closed basket. - You should see a "Reopen basket" button. Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart (cherry picked from commit 7bc0dd56a4550447f9f7d6ecd6fe22219d2571db) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 ddd8df99ae..16c9d3ec39 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -60,17 +60,17 @@ [% END %] [% IF CAN_user_acquisition_delete_baskets %] - + [% END %] [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %] [% ELSE %] [% END %] @@ -150,10 +150,10 @@
[% IF grouped %] [% ELSE %] - + [% PROCESS csv_export %] [% END %] -- 2.20.1