[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-32-gd35840f11d

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 23:17:13 CEST 2020


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, 19.05.x has been updated
       via  d35840f11dfdc74baed4acdfb6a49939bd5916a0 (commit)
      from  8e1b95951f374a8b524330e70668fb98043920e7 (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 d35840f11dfdc74baed4acdfb6a49939bd5916a0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 18 16:13:11 2020 +0100

    Bug 23384: Fix use statement order for ArticleRequest::Status
    
    Koha::ArticleRequest is used by Koha::ArticleRequests so
    Koha::ArticleRequest::Status should not be needed in
    Koha::ArticleRequest.
    Also Koha::ArticleRequest::Status must be loaded before
    Koha::ArticleRequest
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 00379c189976ac9e7e2429f5261a0b562206fc5d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/ArticleRequest.pm  | 1 -
 Koha/ArticleRequests.pm | 2 +-
 Koha/Patron.pm          | 2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list