[koha-commits] main Koha release repository branch master updated. v3.22.00-288-g2505a3d

Git repo owner gitmaster at git.koha-community.org
Thu Jan 21 01:15:35 CET 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  2505a3d840c15e51c7967a576d53a416b5f92bfb (commit)
      from  9f4d87373abb8517e39c51cdde8fa17104196fea (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 2505a3d840c15e51c7967a576d53a416b5f92bfb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 20 08:45:48 2016 +0000

    Bug 15607: batch patron mod - do not update dates if not given
    
    Bug 15332 fixed a bug but introduced a bigger one. Even if dateenrolled and
    dateexpiry are not modified, they will be updated to today.
    Indeed, dt_from_string returns today without parameters.
    
    Test plan:
    - Set dateenrolled and expirydate for a patron
    - Using the batch patron mod tool, update any field but dateenrolled and
    expirydate.
    => Without this patch, the 2 date fields should be set to today
    => With this patch applied, the 2 date fields should not have been
    modified.
    
    Signed-off-by: Karam Qubsi <karamqubsi at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list