From eca2ce69ebedd04a424b8c2d67c527b7f4d6f707 Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Thu, 29 Jun 2023 12:25:40 +0200 Subject: [PATCH] Bug 34127 : add the "export to CSV link" for baskets which are closed or linked to a groups Test : - create an acquisition basket - add at least one record - close the basket (the "export as CSV" link is present) - attach the basket to a basket group - check that the "export as CSV" link, next to "reopen the basket" is now gone. - apply patch and reload the page (may need reload plack, cache, etc...) - "export as CSV" link is now present even though the basket is closed and it is attached to a basket group. Signed-off-by: Sam Lau --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 +-- 1 file changed, 1 insertion(+), 2 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 5cd5d7b1b1..a226b478ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -172,9 +172,8 @@ [% ELSE %] - - [% PROCESS csv_export %] [% END %] + [% PROCESS csv_export %] [% END # /UNLESS ( closedate ) %] [% END # /UNLESS ( selectbasketg ) %] -- 2.30.2