Bugzilla – Attachment 182554 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: (QA follow-up) Correct the footer colspan on the correct column
Bug-39914-QA-follow-up-Correct-the-footer-colspan-.patch (text/plain), 1.44 KB, created by
Emily Lamancusa (emlam)
on 2025-05-16 20:03:29 UTC
(
hide
)
Description:
Bug 39914: (QA follow-up) Correct the footer colspan on the correct column
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-05-16 20:03:29 UTC
Size:
1.44 KB
patch
obsolete
>From a0c225c17fad7a211290ba1d0c44c29e9de9c3f6 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Fri, 16 May 2025 16:01:44 -0400 >Subject: [PATCH] Bug 39914: (QA follow-up) Correct the footer colspan on the > correct column > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 9321291bcf..446e5ce38d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -240,10 +240,10 @@ > </tbody> > <tfoot> > <tr> >- <th colspan="7">Total</th> >+ <th colspan="6">Total</th> > <th>[% total_quantity | html %]</th> > <th>[% total | $Price %]</th> >- <th colspan="10"> </th> >+ <th colspan="11"> </th> > </tr> > </tfoot> > </table> >-- >2.34.1
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