[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.03-32-g37c0a78

Git repo owner gitmaster at git.koha-community.org
Sun Mar 17 06:43:39 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.10.x has been updated
       via  37c0a78784a5311f1e714d6647f0d6250287966f (commit)
      from  6bf493baab320cbba592b7e965a52338711ef9ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37c0a78784a5311f1e714d6647f0d6250287966f
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Fri Feb 22 12:33:48 2013 +0100

    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();
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/modules/admin/aqbudgets.tt             |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list