[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-bugs] [Bug 612] Renewal failure gives no feedback
From: |
bugzilla-daemon |
Subject: |
[Koha-bugs] [Bug 612] Renewal failure gives no feedback |
Date: |
19 Aug 2005 23:02:45 -0000 |
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=612
------- Additional Comments From address@hidden 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.
- [Koha-bugs] [Bug 612] Renewal failure gives no feedback,
bugzilla-daemon <=