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).
I would love to see this issue corrected. We reported this almost two years ago. Christopher
We're running 3.14.05 and this is still a problem.
I have updated the version - is this also present in master?
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 ***