[Bug 4266] encumbrance and expenditure not used in code
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4266 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15616|0 |1 is obsolete| | --- Comment #16 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 16128 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16128&action=edit [SIGNED-OFF] 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(); -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org