http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4266
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16128|0 |1 is obsolete| | --- Comment #20 from Jonathan Druart <[email protected]> --- Created attachment 16159 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16159&action=edit 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 <[email protected]> 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 <[email protected]> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
