[koha-commits] main Koha release repository branch master updated. v19.11.00-2199-g4429b42036

Git repo owner gitmaster at git.koha-community.org
Wed May 13 12:04:00 CEST 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  4429b42036061d6cf5662f12e390c521eef65771 (commit)
       via  c5f34fe3ada46e29c9b1ac99b10186fab6d9670f (commit)
       via  bd6ccad5d9b78719241d06a96a7ac0b77cabcef1 (commit)
       via  483e40d2236bbb584022846bd1c85d62f149f096 (commit)
       via  ed564837a64a45bfd1551ab54417daf0a3b9c559 (commit)
      from  b2786e56b91d825d06b6e3e6eb5930a72b94ee92 (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 4429b42036061d6cf5662f12e390c521eef65771
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed May 13 10:34:10 2020 +0100

    Bug 25389: DBRev 19.12.00.089
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c5f34fe3ada46e29c9b1ac99b10186fab6d9670f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon May 11 11:39:00 2020 +0100

    Bug 25389: Catch errant cases of LOST_RETURNED
    
    For upgrades taking place after the fix for the update in bug 24592 was
    pushed, we need to catch any last remaining error cases and correct
    them.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bd6ccad5d9b78719241d06a96a7ac0b77cabcef1
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon May 11 11:33:32 2020 +0100

    Bug 25389: Catch LOST_RETURNED in DB update 19.12.00.021
    
    An errant update from bug 22563 could lead to cases of LOST_RETURNED as
    aposed to LOST_RETURN as an account_credit_type. This patch adds code to
    deal with those cases to the update for bug 24592
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 483e40d2236bbb584022846bd1c85d62f149f096
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon May 11 11:30:35 2020 +0100

    Bug 25389: Correct stray cases of LOST_RETURNED
    
    The original DB update for bug 22563 incorrectly mapped CR to
    LOST_RETURNED as aposed to LOST_RETURN.  This patch catches such cases
    and updates them in the update for bug 23805
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ed564837a64a45bfd1551ab54417daf0a3b9c559
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon May 11 11:27:16 2020 +0100

    Bug 25389: Correct original DB update for bug 22563
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    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.pm                                |  2 +-
 installer/data/mysql/updatedatabase.pl | 38 +++++++++++++++++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list