[Bug 592] New: Re-issuing book does not renew correctly
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=592 Summary: Re-issuing book does not renew correctly Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component: Circulation AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net In Circulation, when issuing a book that is already checked out to a patron, one is asked whether or not to renew the item. If you say yes, the item is issued to the patron with no date due, resulting in an ODUE flag. The template seems to be looking for numbers to use as the date due: <input type="hidden" name="day" value="<TMPL_VAR name="day">"> <input type="hidden" name="month" value="<TMPL_VAR name="month">"> <input type="hidden" name="year" value="<TMPL_VAR name="year">"> ...but those template variables are always empty. Is the solution to simply change those from variables to zero? Or is there simply a problem in passing the values from the date due form fields (day, month, year, sticky due date)? Also, if you say no to the question of whether or not to renew, the item is not renewed but the message "Error Issuing Book -1" is displayed. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz