[koha-commits] main Koha release repository branch master updated. v3.22.00-908-g4f85765

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 22:28:03 CET 2016


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  4f857659940434ad804603b0efa24dee141e2711 (commit)
       via  b656d90147fc1cd20434c812129a1c2603aee185 (commit)
      from  101ba17685513364f80ec574cabd144d81570ddc (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 4f857659940434ad804603b0efa24dee141e2711
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 11 11:42:09 2016 +0000

    Bug 16053: Do not remove the active flag when editing the active currency
    
    From commit b574b615919a6463708d4c1d7b1153a061c1ea0a
       Bug 15084: Make sure the previous active currency is marked as inactive
    
    When a currency is stored, all the active flags of all currencies are unset.
    Only the active ones and different than the one we are editing should be updated.
    
    Test plan:
    Edit the active currency
    => Without this patch the active flag was removed
    => With this patch, the active flag is kept
    
    Edit another currency and set it the active flag
    => The active flag must have been removed from the previously active
    currency.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit b656d90147fc1cd20434c812129a1c2603aee185
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 11 11:32:22 2016 +0000

    Bug 16053: Add tests
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/Acquisition/Currency.pm                 |    8 +++++++-
 t/db_dependent/Koha/Acquisition/Currencies.t |    6 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list