[Koha-bugs] [Bug 614] New: opac-user.pl doesn't show which items are waiting

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Sep 17 21:14:33 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=614

           Summary: opac-user.pl doesn't show which items are waiting
           Product: Koha
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: OPAC
        AssignedTo: chris at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


The default template for opac-user.pl displays a message, ' You have reserved
items waiting:' when a member has reserves waiting, but it doesn't display the
items.  The template shows this loop:

      <TMPL_LOOP NAME="WAITING">
      <tr><td><b><TMPL_VAR NAME="btitle"></b></td><td>pick up at: <b><TMPL_VAR
NAME="branch"></b></td></tr>
      </TMPL_LOOP>

But the array WAITING seems to always be empty.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list