From 66df5ea4f2f6c97111c79f1d31963baab2626e89 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 --- 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 @@ - Total + Total [% total_quantity | html %] [% total | $Price %]   -- 2.39.5