[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-11-gf302e98

Git repo owner gitmaster at git.koha-community.org
Fri Oct 23 10:12:10 CEST 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, 3.20.x has been updated
       via  f302e98452e16804628b84f246eba73e2d7b0e59 (commit)
      from  db687428a5b422d674b7cf7f6e92f1d22bffec74 (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 f302e98452e16804628b84f246eba73e2d7b0e59
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 14 16:01:48 2015 +0100

    Bug 14811: Don't update permanent_location with CART or PROC
    
    The permanent_location should not be set to CART or PROC when the item
    is edited.
    Otherwise we lost an important info.
    
    Test plan:
    0/ Set the ReturnToShelvingCart pref
    1/ Create an item with location "on_my_shelf"
    2/ Check the item in and out
    3/ Look at the DB values, location should be "CART" and
    permanent_location unchanged (on_my_shelf)
    4/ Edit the item, add a note for instance
    5/ Without this patch, the permanent_location is erased with 'CART' and
    you have definitely lost the info.
    With this patch, the permanent_location is unchanged.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 2a319e7ae2a7e0d10450a6ca791eabbee01c0787)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Items.pm            |    6 +++++-
 t/db_dependent/Items.t |   12 +++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list