20 Aug
2005
20 Aug
'05
1:02 a.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=612 ------- Additional Comments From chris@katipo.co.nz 2005-08-20 11:02 ------- What happens here is it calls renewstatus in Circ2.pm Which simply returns 1 for ok, 0 for not ok. So the script itself doesnt know why it couldnt renew an item. Simply that it couldnt. So we will have to see how many places renewstatus is used, if it it will break things to pass back more than just 1 or 0. I think returning 1 or 0, and an error string might be the best. Ill work on that ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.