[koha-commits] main Koha release repository branch master updated. v19.05.00-1289-g5ef116c

Git repo owner gitmaster at git.koha-community.org
Mon Nov 11 12:03:31 CET 2019


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  5ef116c58debd516903607aed5852601f1283ece (commit)
       via  4975e8b958ec6b3a01176911e765599aea566d09 (commit)
       via  059788e7368d1cbfcee270ee3d3dc5034d08e642 (commit)
       via  cdea121ddb5c3e609ce698171a8dc319593a7780 (commit)
      from  aae3dfe1232d8df452c7e677c6fa443017fb0417 (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 5ef116c58debd516903607aed5852601f1283ece
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 9 13:08:10 2019 -0400

    Bug 23788: Recalculate ammount due for selected accountlines
    
    Individual fees cannot be overpaid of over-written off, but it's possible to 'overpay' a writeoff of selected fees.
    
    Test Plan:
    1) Create 3 fees
    2) Pick 2 and choose "Write off selected"
    3) Write off more than the total amount of those fees
    4) Apply this patch set
    5) Restart all the things!
    6) Try again, you should no longer be able to!
    
    Signed-off-by: Sean McGarvey <seanm at pascolibraries.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4975e8b958ec6b3a01176911e765599aea566d09
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 9 12:45:33 2019 -0400

    Bug 23788: Rename $select_lines to $selected_lines
    
    Signed-off-by: Sean McGarvey <seanm at pascolibraries.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 059788e7368d1cbfcee270ee3d3dc5034d08e642
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 9 12:43:54 2019 -0400

    Bug 23788: Rename $select to $selected_accts
    
    Signed-off-by: Sean McGarvey <seanm at pascolibraries.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cdea121ddb5c3e609ce698171a8dc319593a7780
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 7 19:38:24 2019 +0000

    Bug 23986: Pass strings to Catmandu for deletion
    
    The deletion subroutine expects to get a string, this is fine in most places, but when
    we sort our records for batch deletion they are cast to numbers and the delete is not processed.
    
    This patch quotes the biblionumbers as strings before passing them to Catmandu
    
    To aid in detecting orphaned records you can use the patches on bug 22831
    
    To test:
     1 - Have or create a bib
     2 - Go to Tools->Batch record deletion
     3 - Click 'Enter a list of record numbers'
     4 - Enter the biblionumber'
     5 - Confirm deletion
     6 - Search for the record, it still appears
     7 - Apply patch, restart all the things
     8 - Repeat 1-6
     9 - This time the record is deleted
    10 - Test other methods of record deletion to confirm the record is removed
    
    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:
 Koha/SearchEngine/Elasticsearch/Indexer.pm |    2 +-
 members/paycollect.pl                      |   77 +++++++++++++++++-----------
 2 files changed, 47 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list