Bugzilla – Attachment 182505 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.12 KB, created by
Lucas Gass (lukeg)
on 2025-05-15 20:43:57 UTC
(
hide
)
Description:
Bug 39914: Correct the footer colspan
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-05-15 20:43:57 UTC
Size:
1.12 KB
patch
obsolete
>From 483927836d85bad50deebc2efebac548bc043463 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 > >--- > 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 d53072882af..9321291bcf8 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