[koha-commits] main Koha release repository branch master updated. v3.22.00-899-gec33871

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 19:21:45 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  ec3387185dc9d388bf586abd84cfbba2f3153215 (commit)
      from  99f2feeed94cb88bb14653231735f35c0787cb27 (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 ec3387185dc9d388bf586abd84cfbba2f3153215
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 9 08:20:04 2016 +0000

    Bug 16010: follow-up of 15381 - FIX merge_authorities migration script
    
    Caused by commit 7e70202d34d75f988fbaea9b911347417c203aac
        Bug 15381: Remove GetAuthType and GetAuthTypeCode
    
    If you execute perl misc/migration_tools/merge_authority.pl -f 1 -t 2
    you will get:
    Can't locate object method "authtypecode" via package "1" (perhaps you forgot to load "1"?)
     at misc/migration_tools/merge_authority.pl line 58.
    
    GetAuthority does not return a Koha::Authority but a MARC::Record:
    there is no authtype code method!
    
    Test plan:
    perl misc/migration_tools/merge_authority.pl -f X -t Y
    Should not return any error.
    Note that if the authid X or Y does not exist, the script will die.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 misc/migration_tools/merge_authority.pl |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list