From 7fd4480167a7b14ebe734a7d0d6eda4212a9a2af Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 27 Jul 2011 23:01:02 +0200 Subject: [PATCH] Bug 6080: Add id to total line in funds table Alternate patch for bug 6080. Instead of removing the line altogether make it possible to hide it easily by adding an id. To test: - apply patch - check your funds table for the last line labelled 'Total' - add to IntranetUserCss: #funds_total {display:none;} - check again, line should be hidden now Reason: The totals is only confusing for multi-level funds, but not wrong. If you are using only 1 level of funds, it works all ok. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt index a274365df7..86650eb0c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -99,7 +99,7 @@ $(document).ready(function() { Avail - + Total   -- 2.39.2