[Bug 8682] New: quick slip: renewals do not appear on quick slips
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Priority: P5 - low Change sponsored?: --- Bug ID: 8682 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: quick slip: renewals do not appear on quick slips Severity: normal Classification: Unclassified OS: All Reporter: wizzyrea@gmail.com Hardware: All Status: NEW Version: rel_3_8 Component: Circulation Product: Koha If a patron brings in a book that is Due, and wishes to have it Renewed, the Quick Print Fails to print the item title, Due Date or any other piece of information about the item. The slip only prints the patron name and ID number. If the clerk chooses other print options, the entire list of items that the patron is in possession of are printed including the Renewed items. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 --- Comment #1 from Liz Rea (CatalystIT) <liz@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Liz Rea (CatalystIT) <liz@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |liz@catalyst.net.nz -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14968|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 15003 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15003&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. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15003|Bug 8682 - Renewals do not |[SIGNED-OFF] Bug 8682 - description|appear on quick slips |Renewals do not appear on | |quick slips -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |jonathan.druart@biblibre.co | |m Patch complexity|--- |Trivial patch QA Contact| |jonathan.druart@biblibre.co | |m --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comment: Simple patch. With the patch renewals appears on quick slips. Marked as Passed QA. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15003|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 15551 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15551&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. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8682 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.10.x and 3.8.x will be 3.10.4 and 3.8.11 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org