[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-26-g1cd6543

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:37:07 CET 2015


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.20.x has been updated
       via  1cd654313bd539e22eacf4322fc419331ed80d44 (commit)
      from  eea56d412461d9b673306697dcf5335d8686afc8 (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 1cd654313bd539e22eacf4322fc419331ed80d44
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Thu Jul 2 16:42:16 2015 +0100

    Bug 14388: Funds should be sorted by budget_code
    
    Before this patch, the funds were sorted by budget_id, which does not
    make any sense.
    
    This patch adds a sort by budget_code on the fund list (acqui/acqui-home.pl and
    admin/aqbudgets.pl)
    
    Test plan:
    On both pages (acqui/acqui-home.pl and admin/aqbudgets.pl) confirm that
    the funds are now sorted by fund code (DB column budget_code)
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit e0032c46e98b4cf31d76abb93d12041ea362d81e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Budgets.pm            |    4 ++--
 t/db_dependent/Budgets.t |   22 +++++++++++++---------
 2 files changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list