[koha-commits] main Koha release repository branch master updated. v16.11.00-793-ga6c26f0

Git repo owner gitmaster at git.koha-community.org
Thu Apr 13 14:31:06 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, master has been updated
       via  a6c26f009536e831461c1e91f8bafe07ca75d283 (commit)
      from  87d1d42f525e2430e9a5f574758495fc32947a9f (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 a6c26f009536e831461c1e91f8bafe07ca75d283
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 4 22:30:19 2017 -0300

    Bug 18395: (bug 14610 followup) Remove article requests methods from Koha::Patrons
    
    There is something very wrong with the new subroutines, they have been added to both Koha::Patron and Koha::Patrons:
    
    % git grep 'sub article_request' Koha/Patron*.pm
    Koha/Patron.pm:sub article_requests {
    Koha/Patron.pm:sub article_requests_current {
    Koha/Patron.pm:sub article_requests_finished {
    Koha/Patrons.pm:sub article_requests {
    Koha/Patrons.pm:sub article_requests_current {
    Koha/Patrons.pm:sub article_requests_finished {
    
    The ones in Koha::Patrons are wrong
    
    Test plan:
      prove t/db_dependent/ArticleRequests.t
    should still return green
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    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:
 Koha/Patrons.pm |   67 -------------------------------------------------------
 1 file changed, 67 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list