[koha-commits] main Koha release repository branch, new/bug_5601, created. v3.02.00-515-g0d5029e

Git repo owner gitmaster at git.koha-community.org
Wed Jan 12 07:31:17 CET 2011


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, new/bug_5601 has been created
        at  0d5029ec5b3b95a3e38b67aa1aa1be6196e19dfb (commit)

- Log -----------------------------------------------------------------
commit 0d5029ec5b3b95a3e38b67aa1aa1be6196e19dfb
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 12 07:34:22 2011 +0100

    Bug 5601 :: Add tests for bugfix
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d4842d45601bd0f9c1bd33bf7978586ae746888f
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 12 07:34:21 2011 +0100

    Bug 5601 Fix processing of DueDate return
    
    item duedate is not a datetime entity but a string retrieved
    direct from the db that only needs restructuring
    checkout was doing so but item_info was pretending it was in secs
    (actually Item.pm manipulated then overwrote it!!)
    assume the date in the db is correct (otherwise madness ensues)
    dont try to second guess it
    As duedates do not yet include a time element assume end of day
    as a safety first
    
    [F. Demians] I confirm Joe Atzberger diagnostic. That's a bug reported by a
    library. I've tested Colin Campell solution. It fixes the bug.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list