From: Mathieu Saby Date: Fri, 22 Feb 2013 11:33:48 +0000 (+0100) Subject: Bug 4266: Hide Encumbrance and Expenditure in aqbudgets.tt X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=609ac4f1f93635df1370dc32d0f8ac1a5c67811a;p=koha.git Bug 4266: Hide Encumbrance and Expenditure in aqbudgets.tt 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(); Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- 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 519c276489..af0f0868c0 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 @@ -
  • +
  • -
  • +