Bugzilla – Attachment 182550 Details for
Bug 39914
Can't use table export function on late orders
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39914: Correct the footer colspan
Bug-39914-Correct-the-footer-colspan.patch (text/plain), 1.48 KB, created by
David Nind
on 2025-05-16 18:59:32 UTC
(
hide
)
Description:
Bug 39914: Correct the footer colspan
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-16 18:59:32 UTC
Size:
1.48 KB
patch
obsolete
>From ffc9e636d8f1449d990067349ed65f903d8f27a7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 15 May 2025 20:42:03 +0000 >Subject: [PATCH] Bug 39914: Correct the footer colspan > >To test: >1. Have some orders that are late. >2. Go to the late orders page ( > http://localhost:8081/cgi-bin/koha/acqui/lateorders.pl ) >3. Try to use the export function, nothing happens. >4. APPLY PATCH >5. Try steps 1 and 3 again, this time the export function should work. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index d53072882a..9321291bcf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -240,7 +240,7 @@ > </tbody> > <tfoot> > <tr> >- <th colspan="6">Total</th> >+ <th colspan="7">Total</th> > <th>[% total_quantity | html %]</th> > <th>[% total | $Price %]</th> > <th colspan="10"> </th> >-- >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 39914
:
182505
|
182542
|
182543
|
182550
|
182551
|
182553
|
182554