[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-111-g9e58ee3a0d

Git repo owner gitmaster at git.koha-community.org
Tue Feb 11 00:08:54 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, 19.11.x has been updated
       via  9e58ee3a0df5af5a5832ca94194632135a3b2315 (commit)
       via  39b9750f8e01d9a0f00eb2b939c5e70cd9c81294 (commit)
       via  4f283ebba5ded2e64e8df26d19e24310234956c9 (commit)
      from  c9f03be65ad5da374ce453e5bdedc65bcfdcaab3 (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 9e58ee3a0df5af5a5832ca94194632135a3b2315
Author: Andreas Jonsson <andreas.jonsson at kreablo.se>
Date:   Sun Jan 5 13:02:13 2020 +0000

    Bug 24348: Pass marc record to _passes_required_checks
    
    Test plan:
    
    * Add record matching rule:
    
     Matching rule code: test
     Description: 001 and 003
     Match threshold: 1000
     Record type: Bibliografic record
    
     Match points:
        Search index: Control-number
        Score: 1000
        Tag: 001
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
     Required match checks:
    
        Source (incoming) record check field
    
        Tag: 003
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
        Target (database) record check field
    
        Tag: 003
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
    * Note the match rule identity number.
    * Stage a marc-file for import, for instance this one ftp://ftp.libris.kb.se/pub/export2/X/marc/X.20200104.marc
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/stage_file.pl --match 4 --file 'X.20200104.marc' --format ISO2709 --comment 'test'" kohadev
    
    * Note the batch number and commit the file using the batch number:
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/commit_file.pl --batch-number 1" kohadev
    
    * Again, stage the same marc-file  for import:
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/stage_file.pl --match 4 --file 'X.20200104.marc' --format ISO2709 --comment 'test'" kohadev
    
    * Note the number of records matched.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 39b9750f8e01d9a0f00eb2b939c5e70cd9c81294
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 7 12:33:02 2020 +0000

    Bug 23113: members/pay.tt account_grp is not longer used
    
    This patch removes obsolete markup from pay.tt.
    
    To test, apply the patch and search the Koha codebase for instances of
    "account_grp" There should be none.
    
    Log in to the staff client and go to the account of a patron who has
    fines. Confirm that the "Accounting" page ("Make a payment" tab) works
    correctly.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4f283ebba5ded2e64e8df26d19e24310234956c9
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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Matcher.pm                                               | 5 ++---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt      | 6 ------
 koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 8 +-------
 3 files changed, 3 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list