From 6dfc0d4472f115470ccf8b819d2279447041c83f Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Fri, 22 Feb 2013 12:33:48 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 4266: Hide Encumbrance and Expenditure in aqbudgets.tt Content-Type: text/plain; charset="utf-8" Encumbrance and Expenditure fields are not taken into account by Koha, but the data are saved in database. This patch hide these fields in aqbudgets.tt To test : check if the 2 fields are hidden when creating a new fund. Signed-off-by: Owen Leonard This could certainly be done in a few different ways both with CSS and JS, but this is a simple change and can be easily overridden: $("#budget_encumb,#budget_expend").closest("li").show(); --- .../prog/en/modules/admin/aqbudgets.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 519c276..af0f086 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -341,12 +341,12 @@ -
  • +
  • -
  • +
  • -- 1.7.9.5