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

Git repo owner gitmaster at git.koha-community.org
Fri Oct 23 09:23:08 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  6709813a022de5e2cc53730e0299259ed9dc53bd (commit)
      from  12452be92e545bfe559215d96b17353829989426 (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 6709813a022de5e2cc53730e0299259ed9dc53bd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 15 11:44:32 2015 +0100

    Bug 12311: Do not return a lost item if modified in a batch
    
    If a item is lost and issued, and you modify it in a batch, the item
    will be marked as returned. It should only be returned if the item is
    marked as lost.
    
    Test plan:
    1/ Check an item out and mark it as lost
    2/ Edit it in a batch (tools/batchMod.pl) and edit a field (notes for
    instance)
    3/ The item should still be issued to the patron
    4/ Edit it in a batch and edit the lost value, marked it as not lost
    5/ The item should still be issued to the patron
    6/ Edit it in a batch and edit the lost value, marked it as lost
    7/ The item should have been returned.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Just one comment, lost status can be changed only if you change default framework to another framework then edit the item. If you change it in Item menu at left side of screen this will remove the item from patron’s checkouts and patron charged for lost item.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    For testing purposes the lost item field can be set to visible
    in the framework used. That will allow changing it without
    returning it at the same time.
    The other option is using the longoverdues.pl script.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    (cherry picked from commit ca268ad877a6712aa07cb7c873c918d6fdfac52d)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 tools/batchMod.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list