[Koha-bugs] [Bug 12847] Date comparisons in C4::Members::IssueSlip are broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 28 21:16:50 CEST 2014


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

--- Comment #1 from Barton Chittenden <barton at bywatersolutions.com> ---
All items checked out by a patron will show between <overdue></overdue> tags in
ISSUESLIP.

To replicate:

go to 

cgi-bin/koha/tools/letter.pl?op=add_form&module=circulation&code=ISSUESLIP


Add the following section

<h4>Overdues</h4>
<overdue>
<p>
<<biblio.title>> <br />
Date due: <<issues.date_due>> at <<issues.branchcode>><br />
</p>
</overdue>

Check out an item. to a sample patron.

Print the issue slip for that patron.

Even though the item is not overdue, it will show in the 'Overdues' section.

-- 
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