From 7c3c486ba10bde65e28201449b41bf1f1e6b49ae 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 --- .../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 f0437f91ed..9300c815ba 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 @@ -150,7 +150,7 @@
- +
-- 2.39.5