[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-27-g5bccfa152a

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 23:47:20 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.05.x has been updated
       via  5bccfa152ab90183e84b7e5b03536b05efc71abd (commit)
      from  c60a49a81d8595b2570f221284c81a8710a0e512 (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 5bccfa152ab90183e84b7e5b03536b05efc71abd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 16 17:15:19 2019 +0100

    Bug 24389: Better error handle when claiming late orders
    
    A successful message says that the email has been sent and the order has
    been claimed, but nothing happened.
    
    Test plan:
    0. Do not apply this patch
    1. Create a new vendor, does not create a contact
    2. Create some orders, close the basket
    3. Go to the late orders page and claims some orders
    => You get a successful message, but the claim has not been done!
    4. Apply this patch
    5. Claim the orders
    => You get an error
    6. Set a contact for the vendor
    7. Claim the orders
    => Success
    
    In the docker container, you may need to:
    % apt install postfix
    % postfix start
    Edit /etc/hosts
    127.0.0.1       localhost localhost.localdomain
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c2c7c6e754c0cf44ce0f99798f5115731a61868e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 acqui/lateorders.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list