koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 592] New: Re-issuing book does not renew correctly


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 592] New: Re-issuing book does not renew correctly
Date: 3 Sep 2003 18:14:29 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]