[Koha-bugs] [Bug 7020] New: Items with no checkouts report does not output call number, barcode or item details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 03:20:19 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7020

             Bug #: 7020
           Summary: Items with no checkouts report does not output call
                    number, barcode or item details
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Reports
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: jaker at mvwsd.org
         QAContact: koha-bugs at lists.koha-community.org


Created attachment 5868
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5868
Patch file that includes a fix for this bug

When running the Items with no checkouts report and outputting to screen, the
results do not include any identifying information for the items. The only
information listed is the item count and the branch location.

We are running Koha 3.4.4 on Debian Squeeze. I was able to fix this problem on
our installation by modifying Catalogue_out.tt

I am not that familiar with this template syntax but it looks like only the
Default values for the fields are being assigned. I modified the file to define
the Default values at the start of the foreach loop and then output the actual
values within the table cells. I attached a patch file with my changes.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list