[Koha-bugs] [Bug 4266] encumbrance and expenditure not used in code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 14 14:58:01 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4266

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15616|0                           |1
        is obsolete|                            |

--- Comment #16 from Owen Leonard <oleonard at 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 at 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.


More information about the Koha-bugs mailing list