[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.11-30-gf402c9366f

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 07:01:52 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  f402c9366f2f1e192ac054aab34fa5e2cadde6d1 (commit)
      from  81be2e66f63ce49730c822173ceddf857b0eb845 (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 f402c9366f2f1e192ac054aab34fa5e2cadde6d1
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Oct 17 22:47:49 2020 +0000

    Bug 26190: Allow to close a basket with only cancelled order lines
    
    At the moment there are several cases, when closing a basket is not
    possible:
    - when there are no order lines in it
    - when there are order lines with uncertain prices
    - when the basket is marked as a standing order
    
    The first case wasn't checked correctly as only pending/received
    orders would be counted, but not cancelled orders.
    
    To test:
    - Create a basket
    - Create an order line
    - Verify the "close this basket" button shows
    - Cancel the order line - the button disappears
    - Apply the patch
    - Verify the button appears and works now
    - Create another basket - make sure you cannot close it
      without order lines
    - Create an order line with uncertain price checked
      - you cannot close it
    - Resolve the uncertain price - you can now close the basket.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2d6595a1bf0e04611c2a1d5c18489c6ee799a9aa)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 87cbd07be836291f860ecbd5cea5538863317164)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 acqui/basket.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list