From 1f9a787f1a726646f674fa960c18d9db69935d76 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 6 Feb 2025 13:43:13 +0000 Subject: [PATCH] Bug 39051: Fix submit button class on cash register statistics page This patch corrects the class of the submit button on the cash register statistics page. Bug 32091 added the "btn btn-default" class but it should have been "btn-default." To test, apply the patch and go to Reports -> Cash register statistics. The submit button should have the yellow "primary" button color. Sponsored-by: Athens County Public Libraries Signed-off-by: Magnus Enger Button is now yellow. Signed-off-by: Nick Clemens --- .../prog/en/modules/reports/cash_register_stats.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt index 8a6ebea6647..5f38dddbdbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -145,7 +145,7 @@
- +
-- 2.39.5