[koha-commits] main Koha release repository branch master updated. v3.22.00-914-gfdac3ee

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 23:49:10 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  fdac3eecf857ef6ff85b6cc971bb0c4de2c368a1 (commit)
       via  5896770e079840f91e048de59b9c235d3974698c (commit)
      from  7e1ccbd6069658540dd352f63ade3ef7b19de282 (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 fdac3eecf857ef6ff85b6cc971bb0c4de2c368a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 8 10:46:46 2016 +0000

    Bug 15962: Block the currency deletion if used
    
    A currency should not be deleted if used by a vendor or a basket.
    
    Test plan:
    1/ Add a new currency
    2/ Create a vendor using this currency
    3/ Create a basket using this currency
    4/ Try to delete the currency
    5/ Delete the basket
    6/ Try to delete the currency
    7/ Delete the vendor
    8/ Delete the 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 5896770e079840f91e048de59b9c235d3974698c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 8 10:38:37 2016 +0000

    Bug 15962: Add messages on the currency admin page
    
    Bug 15084 rewrote the currency admin page but forgot to add the messages
    block.
    
    Test plan:
    Add/update/delete vendors.
    You should get information messages.
    
    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/Bookseller.pm                     |    2 --
 admin/currency.pl                                  |    3 ++
 .../prog/en/modules/admin/currency.tt              |   34 ++++++++++++++++++--
 3 files changed, 35 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list