Hi Everyone, I need help on this .....i get the following error when i try to borrow out book in circulation. am new to koha so every help is appreciated. Software error: A DateTime object can only be compared to another DateTime object (DateTime=HASH(0xbe72ef0), 2013-09-05). at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 478 For help, please send mail to the webmaster (webmaster@lucid), giving this error message and the time and date of the error. -- View this message in context: http://koha.1045719.n5.nabble.com/Software-error-in-koha-circulation-tp57691... Sent from the Koha-general mailing list archive at Nabble.com.
On 6 September 2013 00:50, surajrasaq <surajrasaq@gmail.com> wrote:
Hi Everyone, I need help on this .....i get the following error when i try to borrow out book in circulation. am new to koha so every help is appreciated.
Software error:
A DateTime object can only be compared to another DateTime object (DateTime=HASH(0xbe72ef0), 2013-09-05). at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 478
What version of Koha are you running? Chris
My koha version is 3.08.03.000 I dont think this issue is a version issue...i upgraded to the latest version but still got the same error so i look into the code on 478 and this is what i got " if ( $it->{'issuedate'} gt $todaysdate or $it->{'lastreneweddate'} gt $todaysdate ) { (!$relatives) ? push @todaysissues, $it : push @relissues, $it; } else { (!$relatives) ? push @previousissues, $it : push @relprevissues, $it; please what do u think might be wrong? -- View this message in context: http://koha.1045719.n5.nabble.com/Software-error-in-koha-circulation-tp57691... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
Chris Cormack -
surajrasaq