[koha-commits] main Koha release repository branch master updated. v16.05.00-375-g7adb886

Git repo owner gitmaster at git.koha-community.org
Fri Jul 22 19:11:02 CEST 2016


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  7adb8861aa352afdfd300bc50d03af450e26468f (commit)
       via  7cc6f6eb45333e1f2041e53dcfdc31532880bd9f (commit)
      from  65918b146cd88f38a9d894be8175d049ea70d05f (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 7adb8861aa352afdfd300bc50d03af450e26468f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 21 18:23:00 2016 +0100

    Bug 16934: Add test for ModOrder
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7cc6f6eb45333e1f2041e53dcfdc31532880bd9f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 18 11:02:14 2016 +0000

    Bug 16934 - Cannot add notes to canceled and deleted order line
    
    Some librarians would like to be able to add notes to deleted order
    lines to keep track of data such as what title the order line was for.
    For some reason ModOrder dies if a biblionumber is passed in, even
    though it does not use biblionumber and does not need it to exist in any
    fashion! This limitation should be removed.
    
    Test Plan:
    1) Create a basket with an orderline
    2) Cancel the order / delete the record
    3) Click the "Add internal note" link for that order line
    4) Fill in a note and click "Save"
    5) Note the error
    6) Apply this patch
    7) Repeat steps 3-4
    8) Note this time the note is saved!
    
    Signed-off-by: Claire Gravely <c.gravely at arts.ac.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm            |    3 +--
 t/db_dependent/Acquisition.t |    9 ++++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list