[koha-commits] main Koha release repository branch master updated. v3.20.00-1169-g4a4dbbf

Git repo owner gitmaster at git.koha-community.org
Mon Nov 9 19:57:24 CET 2015


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  4a4dbbf1237c93e0233eef0600015c9be3320bf0 (commit)
      from  e72482340f8a0274a6489dc08c8f9e4ac80be5f3 (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 4a4dbbf1237c93e0233eef0600015c9be3320bf0
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Oct 20 14:19:35 2015 +0100

    Bug 15036: Do not overwrite complete status in basket ops
    
    Reopening or closing a basket should preserve the completed
    status for receipted orders.
    
    This patch excludes orderlines with the completed status
    from having their status rewritten as a result of the
    change in basket status
    
    Made the subroutines involved more efficient by removing an
    unnecessary loop and by not fetching a large amount of
    superfluous data
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Acquisition.pm |   46 ++++++++++++----------------------------------
 1 file changed, 12 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list