[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-117-gfe19488c22

Git repo owner gitmaster at git.koha-community.org
Thu Aug 6 22:36:35 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, 20.05.x has been updated
       via  fe19488c2299c46fc50608d15bb30017cd720ec5 (commit)
      from  6ad9baace2099650a14c0ee478130ca3c01c673a (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 fe19488c2299c46fc50608d15bb30017cd720ec5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 28 09:23:35 2020 +0200

    Bug 21268: Don't remove 0 allocated funds from fund list
    
    If a fund is created with a amount of 0, it will not appear in the fund
    list (when a new order is created for instance).
    0 allocated funds can be used to track donations and other situations
    where there is not an expected amount for the year.
    
    Test plan:
    0. Do not apply the patch
    1. Create 1 active and 1 inactive budgets
    2. Create some funds for each budgets, with amount > 0 and amount == 0
    3. Add orders to basket
    => Note that the funds with amount == 0 are not displayed
    4. Apply the patch
    5. Add orders to basket (using the different possible ways we have)
    => Note that the funds with amount == 0 are displayed
    
    This change is applied to the different views of the acquisition module.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8ecaedc22db5a25db6ffa98e6a7fc2e7039656c7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 acqui/addorderiso2709.pl  | 3 ---
 acqui/basket.pl           | 3 ---
 acqui/booksellers.pl      | 3 ---
 acqui/duplicate_orders.pl | 4 +---
 acqui/invoice.pl          | 4 ----
 acqui/neworderempty.pl    | 3 ---
 acqui/orderreceive.pl     | 3 ---
 acqui/parcels.pl          | 3 ---
 8 files changed, 1 insertion(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list