From a31f6b267b8050cf34688c937599f9bf2bb914b5 Mon Sep 17 00:00:00 2001 From: Lucas Gass 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 Signed-off-by: David Nind Signed-off-by: Emily Lamancusa --- 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 @@ - Total + Total [% total_quantity | html %] [% total | $Price %]   -- 2.34.1