Bugzilla – Attachment 184892 Details for
Bug 34127
Allow to customize CSV export of basketgroup and add a ODS export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34127: add the "export to CSV link" for baskets which are closed or linked to a groups
Bug-34127-add-the-export-to-CSV-link-for-baskets-w.patch (text/plain), 1.70 KB, created by
Arthur Suzuki
on 2025-07-30 14:05:10 UTC
(
hide
)
Description:
Bug 34127: add the "export to CSV link" for baskets which are closed or linked to a groups
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2025-07-30 14:05:10 UTC
Size:
1.70 KB
patch
obsolete
>From cb2e4048234eea11609a70dea068b3a4ad966432 Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >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 <samalau@gmail.com> >Signed-off-by: Dominique et Stephanie <stephanie.etallaz@univ-cotedazur.fr> >--- > 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 8561c5fe75d..9a4e36fbb86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -257,9 +257,8 @@ > <button type="submit" class="btn btn-default"><i class="fa-solid fa-rotate"></i> Reopen basket</button> > </form> > </div> >- >- [% PROCESS csv_export %] > [% END %] >+ [% PROCESS csv_export %] > </div> > [% END # /UNLESS ( closedate ) %] > [% END # /UNLESS ( selectbasketg ) %] >-- >2.39.5
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 34127
:
152869
|
152870
|
152890
|
184892
|
185071
|
185072