[Koha-bugs] [Bug 8813] New: issue slip lists items as overdue that are not overdue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 24 20:39:23 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8813
          Assignee: koha-bugs at lists.koha-community.org
           Summary: issue slip lists items as overdue that are not overdue
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: melia at bywatersolutions.com
          Hardware: All
            Status: NEW
           Version: rel_3_8
         Component: Notices
           Product: Koha

Issue slip looks like this:

<font face="verdana"><h3><<branches.branchname>></h3>

<<today>><br />

<h4>Checked Out</h4>
<checkedout>
<p>
<<biblio.title>> <br />
Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>

<h4>Overdues</h4>
<overdue>
<p>
<<biblio.title>> <br />
Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</overdue>

etc

The "Overdues" section lists items that have a date_due = today's date.  So
it's listing items that are not yet overdue.  The items show up as due today in
Koha (correct), but the printed issue slip lists them as overdue (incorrect).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list