[koha-commits] main Koha release repository branch master updated. v16.11.00-89-g2f07f7b

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 15:58:08 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  2f07f7b48eab65f8dbd84f50993e388aff907594 (commit)
      from  6475f83189f2565173a8deb6b1afd363b84a7607 (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 2f07f7b48eab65f8dbd84f50993e388aff907594
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 15 14:01:41 2016 +0000

    Bug 17631: Koha::Biblio - Remove GetHolds
    
    C4::Biblio::GetHolds can be replaced with Koha::Biblio->holds->count
    
    Test plan:
    Create an order and place a hold on the biblio you have ordered.
    On the basket view, you should not be able to Cancel the order and/or
    delete the record
    Receive the order, on the parcel page you should get the same behavior.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm    |   21 ---------------------
 acqui/basket.pl |   12 +++++++-----
 acqui/parcel.pl |   12 +++++++-----
 3 files changed, 14 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list