[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.10-24-g3a90c30

Git repo owner gitmaster at git.koha-community.org
Sun Mar 17 06:43:55 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.8.x has been updated
       via  3a90c302bde904e5d993b76f1b8ce556e3176c1f (commit)
      from  fe0ddcfd9267f0fe220ba7d6d7f6d72c1bce3314 (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 3a90c302bde904e5d993b76f1b8ce556e3176c1f
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