Bug 8813 - issue slip lists items as overdue that are not overdue
Summary: issue slip lists items as overdue that are not overdue
Status: RESOLVED DUPLICATE of bug 12847
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: 3.14
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 18:39 UTC by Melia Meggs
Modified: 2015-02-21 23:57 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***