[koha-commits] main Koha release repository branch master updated. v3.22.00-60-gaf7fb9c

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 03:48:07 CET 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, master has been updated
       via  af7fb9cd48cdb47329e7b9bbe651e856e017aa13 (commit)
      from  558f291465d60c082c0e9a4a15eb7ed87a3e3fde (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 af7fb9cd48cdb47329e7b9bbe651e856e017aa13
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 18 15:01:15 2015 +0000

     Bug 15332: Sent DateTime object to DBIx::Class, not formatted dates
    
    If formatted dates are sent to DBIx::Class on update/insert, the date
    will be set as 0000-00-00 (except if the format is yyyy-mm-dd).
    
    Test plan:
    Use the batch patron modification tools to update the dateenrolled or
    dateexpiry values for at least 1 patron.
    Without this patch, the modified value will be updated to 0000-00-00,
    with this patch, the correct value will be set.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 tools/modborrowers.pl |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list