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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8813
          Assignee: [email protected]
           Summary: issue slip lists items as overdue that are not overdue
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to