[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-68-gb3b976f

Git repo owner gitmaster at git.koha-community.org
Thu Aug 9 18:20:00 CEST 2018


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, 18.05.x has been updated
       via  b3b976f189fc455f8f0ac553c99d6efb859d747f (commit)
      from  9ede6f9a0a2cb07f339a0ef74719b314989ed7fe (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 b3b976f189fc455f8f0ac553c99d6efb859d747f
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Thu Aug 9 16:57:58 2018 +0100

    Bug 21154: Remove unused subs from C4::Serials
    
    Test plan:
    Run these commands, grep should not return any occurences, prove should
    return green:
    
    git grep GetSerialStatusFromSerialId
    git grep GetDistributedTo
    git grep SetDistributedTo
    git grep SetDistributedto
    git grep in_array
    git grep is_barcode_in_use
    
    kshell
    prove t/db_dependent/Serials.t
    
    Signed-off-by: Pierre-Luc Lapointe <pierreluc.lapointe at inLibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    RMaint Comment: I have opted to replace this charry-pick with a
    deprecation warning rather than the removal of these routines outright.
    
    (cherry picked from commit 948566e7f36a75a186f96b5ee07b5120a5413ca5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Serials.pm |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list