[koha-commits] main Koha release repository branch master updated. v19.11.00-486-g624bc03ea8

Git repo owner gitmaster at git.koha-community.org
Mon Jan 27 17:25:07 CET 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, master has been updated
       via  624bc03ea85f5027f2fcdb29ff80a5f5e94372c8 (commit)
       via  c129a47ae5512b7a8026915894500b6390c64726 (commit)
       via  daaf0ca35ccefe73222c47b4b19e17e4360b8206 (commit)
      from  4f6dc86d2402ed552ae139e3cd6390422356d9ad (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 624bc03ea85f5027f2fcdb29ff80a5f5e94372c8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jan 27 11:48:31 2020 +0000

    Bug 24486: Remove duplicated account information at the OPAC
    
    Test plan:
    Create a manual invoice
    Pay it
    Void it
    
    Go to the opac, account
    => You should see only one "(Voided)"
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c129a47ae5512b7a8026915894500b6390c64726
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jan 14 16:13:25 2020 +0000

    Bug 24421: Check if subfields are valid using the biblio tag
    
    To test:
     1 - Enable the sysprefs
         AutoCreateAuthorities
         BiblioAddsAuthorities
         CatalogModuleRelink
     2 - Open a record with a subject heading with a subdivision and add a new subfield, or add a new unauthroized heading to a record and save it
        e.g. 650$aChess$xOpenings$vFiction.
     3 - Save the record, note the created authority and that field is linked
     4 - Save the record again and note the authority number changes
     5 - Find and view the authority linked to the record
     6 - The record is for 'Chess', not Chess openings'
     7 - Search authorities for 'Chess' - note duplicated records
     8 - Apply patch, restart all
     9 - Save the record, auth number increases again, we shoudl create the correct record this time
    10 - Save again, auth number should not change
    11 - Search authorities and confirm the generated authority has the correct subfields
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit daaf0ca35ccefe73222c47b4b19e17e4360b8206
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 24 13:24:45 2020 +0000

    Bug 24421: Unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Biblio.pm                                       |  2 +-
 .../bootstrap/en/includes/account-table.inc        |  8 +----
 t/db_dependent/Biblio.t                            | 39 +++++++++++++++++++++-
 3 files changed, 40 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list