Koha/C4/SIP/Sip
Colin Campbell d4842d4560 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@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-01-12 19:30:25 +13:00
..
Configuration 3M SIP2 Extensions groundwork and Patron Info popoulation 2009-07-22 10:14:49 -04:00
Checksum.pm Tweak verify_cksum. 2008-06-05 22:43:37 -05:00
Configuration.pm Whitespace cleanup and one commented-out function added. 2008-06-05 22:43:26 -05:00
Constants.pm 3M SIP2 Extensions groundwork and Patron Info popoulation 2009-07-22 10:14:49 -04:00
MsgType.pm Bug 5601 Fix processing of DueDate return 2011-01-12 19:30:25 +13:00