Bug 8813

Summary: issue slip lists items as overdue that are not overdue
Product: Koha Reporter: Melia Meggs <melia>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 - low CC: cbrannon, jrobb, katrin.fischer, nick
Version: 3.14   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Melia Meggs 2012-09-24 18:39:23 UTC
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).
Comment 1 Christopher Brannon 2014-05-05 15:29:15 UTC
I would love to see this issue corrected.  We reported this almost two years ago.

Christopher
Comment 2 Jason Robb 2014-09-19 17:25:00 UTC
We're running 3.14.05 and this is still a problem.
Comment 3 Katrin Fischer 2014-09-21 13:24:41 UTC
I have updated the version - is this also present in master?
Comment 4 Katrin Fischer 2015-02-21 23:57:11 UTC
I suspect this is a duplicate to something that is being worked on - marking as such, please correct, if I am wrong. Also note: we are still looking for a good test plan to bring the problem to light.

*** This bug has been marked as a duplicate of bug 12847 ***