[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-792-gaa6cdb6

Git repo owner gitmaster at git.koha-community.org
Thu Jul 11 18:42:45 CEST 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, master has been updated
       via  aa6cdb60a9ab2581ffef08796a349242d3d2ff66 (commit)
      from  c6bf2670502afbd12981aa5e913779c38c19bdc4 (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 aa6cdb60a9ab2581ffef08796a349242d3d2ff66
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 3 14:24:23 2013 +0200

    Bug 10535: by default sort funds by name
    
    In parcels.pl, and other acquisition pages, the funds are not sorted
    by name in combo-box.  With a great number of funds, it is difficult
    to find one.
    
    This patch adds a default value to $orderby arg of C4::Budgets::GetBudgets.
    
    Test plan :
    - Create a new fund with a name beginning with 'z' and set you as owner.
    - Create a new fund with a name beginning with 'a' and set you as owner.
    - Go to a vendor and click "Receive shipments"
    - Look at fund combobox
    => Funds are sorted by name
    
    Signed-off-by: Silvia Simonetti <s.simonetti at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    When testing make sure your funds would sort the other way
    around when sorting by code instead of description.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Budgets.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list