[Koha-bugs] [Bug 1384] New: Issues with itemtype = NULL are not displayed on patron checkout page (2.2.8)

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jul 10 00:02:35 CEST 2007


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

           Summary: Issues with itemtype = NULL are not displayed on patron
                    checkout page (2.2.8)
           Product: Koha
           Version: branch 2.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Circulation
        AssignedTo: chris.cormack at liblime.com
        ReportedBy: devin at freeshell.org
         QAContact: koha-bugs at nongnu.org


Koha version 2.2.8

On the circulation page, when it displays the current issues for a borrower,
items with a NULL itemtype are not displayed because you use an INNER JOIN with
the itemtypes table.  Better use a LEFT JOIN.

The effected function is getissues() from Circ2.pm




------- 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