Bugzilla – Attachment 152870 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-.patch (text/plain), 1.72 KB, created by
Sam Lau
on 2023-06-29 14:35:36 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:
Sam Lau
Created:
2023-06-29 14:35:36 UTC
Size:
1.72 KB
patch
obsolete
>From eca2ce69ebedd04a424b8c2d67c527b7f4d6f707 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> >--- > 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 @@ > </div> > [% ELSE %] > <div class="btn-group"><a href="#" class="btn btn-default" id="reopenbutton"><i class="fa-solid fa-rotate"></i> Reopen basket</a></div> >- >- [% PROCESS csv_export %] > [% END %] >+ [% PROCESS csv_export %] > </div> > [% END # /UNLESS ( closedate ) %] > [% END # /UNLESS ( selectbasketg ) %] >-- >2.30.2
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