Koha/koha-tmpl/intranet-tmpl/prog/en
Mathieu Saby 609ac4f1f9 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 <oleonard@myacpl.org>

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 <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-15 18:54:04 -04:00
..
css Bug 9672 - Replace YUI buttons on MARC editor page with Bootstrap 2013-03-07 10:25:16 -05:00
includes Bug 9649 - Replace YUI buttons on cataloging home page with Bootstrap 2013-03-07 10:28:46 -05:00
js Bug 9431 [Revised] Use DataTables on Patron Category Administration page 2013-03-11 08:46:22 -04:00
lib Bug 9034: Add sorting and filtering on items table (catalogue/detail.pl) 2013-02-07 19:35:51 -05:00
modules Bug 4266: Hide Encumbrance and Expenditure in aqbudgets.tt 2013-03-15 18:54:04 -04:00
xslt Bug 9356: Show Dissertation note (MARC21 502) in XSLT 2013-02-24 10:00:54 -05:00
columns.def