[koha-commits] main Koha release repository branch master updated. v16.11.00-579-g3115ac6

Git repo owner gitmaster at git.koha-community.org
Thu Mar 23 11:29:04 CET 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, master has been updated
       via  3115ac641f2e8cf2c7ec7b697e4e74092ef06f45 (commit)
      from  0d239e4e6f3c7095173773252dc9ce38b48c0799 (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 3115ac641f2e8cf2c7ec7b697e4e74092ef06f45
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 13 01:11:54 2017 -0300

    Bug 18256: Koha::Items - Remove GetItemsCount
    
    C4::Items::GetItemsCount can be replaced with Koha::Biblio->items->count
    
    Test plan:
    Create a bibliographic record with items attached
    Try to delete the record from a basket (acquisition module), the detail
    page and the batch item deletion tool.
    
    => You should not be able to delete it.
    
    Remove the items and then try again to delete the record
    
    => Now you must be able to delete it.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm              |    4 +++-
 C4/Items.pm                    |   21 --------------------
 acqui/basket.pl                |    5 +++--
 acqui/parcel.pl                |    2 +-
 catalogue/ISBDdetail.pl        |    5 ++++-
 catalogue/MARCdetail.pl        |    5 ++++-
 catalogue/imageviewer.pl       |    5 ++++-
 catalogue/labeledMARCdetail.pl |    4 +++-
 t/db_dependent/Acquisition.t   |   41 ++++++++++++++++++++++++++++++++++------
 tools/batchMod.pl              |    4 +++-
 10 files changed, 60 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list