[Koha-bugs] [Bug 3697] SIP item information response doesn't include due date

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Dec 1 11:46:42 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3697





--- Comment #6 from Colin Campbell <colin.campbell at ptfs-europe.com>  2009-12-01 10:46:41 ---
The SIP2 standard says that recall date and hold pickup date should be in
timestamp format. Due date it says may be returned in 'any format the ACS
wishes'. There is a logic in using a consistent format with the other date
fields. 

Frederic you're using DateTime in this one place to convert the date, would it
not be good to consistently handle dates across the sip modules, possibly
holding them as DateTime objects? Also DateTime will need adding to the equired
modules for Koha. 


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list