[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-83-g5ab0a8c

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 13:44:27 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, 3.22.x has been updated
       via  5ab0a8c23c4dee7b9fb557a714a0939abfb5ea45 (commit)
       via  ddab9d255614db180c41ba45f6c6d32d9055f056 (commit)
      from  86df8681c5a36feb5aed99178a5d4d5ed308e277 (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 5ab0a8c23c4dee7b9fb557a714a0939abfb5ea45
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>
    (cherry picked from commit 7adb8861aa352afdfd300bc50d03af450e26468f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 043c8f105b12a0bc52c14048b387c3b4b4b16d96)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit ddab9d255614db180c41ba45f6c6d32d9055f056
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>
    (cherry picked from commit 7cc6f6eb45333e1f2041e53dcfdc31532880bd9f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 43f7f6b0bddc3423220c7522569bce4f6f6d94fc)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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