[Koha-bugs] [Bug 8682] quick slip: renewals do not appear on quick slips

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 31 03:03:48 CET 2013


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

--- Comment #1 from Liz Rea (CatalystIT) <liz at catalyst.net.nz> ---
Created attachment 14968
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14968&action=edit
Bug 8682 - Renewals do not appear on quick slips

To test:
Issue two books to a patron.
Do a renewal on one of them.
update the issuedate on the item that has been renewed to something before
today (renewals on the same day will work even without this patch)
I did: select * from issues;
update issues set issuedate="2013-01-25 14:00:00" where itemnumber = 948;
(itemnumber is variable depending on your test data.)

Print a quick slip before the patch - the renewal will not show up as one of
today's issues.
Print a quick slip after the patch - the renewal will show up as one of today's
issues.

If you need reasoning as to why a renewal should show up on the quick slip,
think of it as a record of everything
a borrower did today, without the hassle of overdues.

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