[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.19-23-gcfe5a1b

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 13:11:28 CEST 2017


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.22.x has been updated
       via  cfe5a1b29d24e050357ccb8998d5dd16fd5c4568 (commit)
      from  841b7173344d17e4320e6eedec39836d6924c8b1 (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 cfe5a1b29d24e050357ccb8998d5dd16fd5c4568
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jan 10 10:03:36 2017 +0100

    Bug 17872: Fix small error in GetBudgetHierarchy and one of its calls
    
    In aqbudgetperiods.pl a commented line is removed that contains a
    wrong userenv hash key. Should be branch instead of branchcode.
    
    In aqbudgets GetBudgetHierarchy is called with the same wrong userenv
    hash key. Should be userenv->{branch}.
    This made another bug visible: if you call GetBudgetHierarchy with a
    branch and without owner, the where clause should take into account
    that the branchcode can be empty (not null).
    
    Test plan:
    [1] Run Budgets.t
    [2] Run aqbudgets.pl from Administration
    [3] Add the show_mine=1 parameter in the URL
    [4] Change owner of one of the funds and repeat step 2 and 3.
    
    t/Budgets.t returns green. Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 476179a12311b32643087cc8ec10c31409bb1b99)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 3079f7a72515a22062bd9a65ec546cfcd6d9bb66)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Budgets.pm            |    2 +-
 admin/aqbudgetperiods.pl |    2 --
 admin/aqbudgets.pl       |    3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list