[koha-commits] main Koha release repository branch master updated. v3.22.00-1118-gc564f30

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 01:56:18 CEST 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  c564f30155cac18cf6b7b26a549303f65e9e33a3 (commit)
      from  eb04d174d91201b05b6e348dc672f9351dc0aaf0 (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 c564f30155cac18cf6b7b26a549303f65e9e33a3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 30 11:58:31 2016 +0100

    Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha
    
    subroutines should not take $dbh in parameter.
    C4::Biblio::TransformMarcToKoha has it and does not use it.
    
    Test plan:
    Look at the patch and confirm that all occurrences of
    TransformMarcToKoha have been modified.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/AuthoritiesMarc.pm                               |    2 +-
 C4/Biblio.pm                                        |    9 ++++-----
 C4/ImportBatch.pm                                   |    4 ++--
 C4/Items.pm                                         |    6 +++---
 C4/Matcher.pm                                       |    2 +-
 C4/Search.pm                                        |    8 ++++----
 acqui/neworderbiblio.pl                             |    2 +-
 cataloguing/additem.pl                              |    6 +++---
 cataloguing/value_builder/marc21_linking_section.pl |    2 +-
 cataloguing/value_builder/unimarc_field_4XX.pl      |    2 +-
 circ/circulation.pl                                 |    3 +--
 labels/label-item-search.pl                         |    2 +-
 misc/batchRebuildBiblioTables.pl                    |    2 +-
 opac/opac-ISBDdetail.pl                             |    2 +-
 opac/opac-MARCdetail.pl                             |    2 +-
 serials/subscription-bib-search.pl                  |    2 +-
 t/Biblio.t                                          |    2 +-
 17 files changed, 28 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list