[Bug 21494] New: No checkin notice created for offline circulation checkins
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Bug ID: 21494 Summary: No checkin notice created for offline circulation checkins Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When using the KOCT plugin for offline circulation, checkout notices are created correctly, but checkin notices are no longer created. To test: - Check out an item via KOCT - Send to Koha and process it there - Verify that the checkout is on the account and a checkout notice has been generated - Check in the item via KOCT - Send to Koha and process it there - Verify that the item is no longer on the account but NO checkin notice has been generated This is quite a problem for libraries using the offline circulation plugin as they rely on the emails to inform the patrons. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Are you sure it is a regression? CHECKIN notices are not generated because ProcessOfflineReturn does not call AddReturn but MarkIssueReturned instead (why??) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We got this report from libraries updated from 16.11 to 17.11 - I think it might just have been broken for too long already. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Jonathan, do you think the fix would be to use AddReturn? I haven't checked yet, but I think the only issue I could imagine is that you need to manipulate the time of return. But we can do that in the GUI, so I assume it should be possible. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #3)
Jonathan, do you think the fix would be to use AddReturn?
I haven't checked yet, but I think the only issue I could imagine is that you need to manipulate the time of return. But we can do that in the GUI, so I assume it should be possible.
We should investigate the side effects, for instance AddReturn will test if the item can be checked in, whereas MarkIssueReturned will (almost only) move the entry from issues to old_issues. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15751 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25977 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #4)
(In reply to Katrin Fischer from comment #3)
Jonathan, do you think the fix would be to use AddReturn?
I haven't checked yet, but I think the only issue I could imagine is that you need to manipulate the time of return. But we can do that in the GUI, so I assume it should be possible.
We should investigate the side effects, for instance AddReturn will test if the item can be checked in, whereas MarkIssueReturned will (almost only) move the entry from issues to old_issues.
I think for the offline circulation it's important that the item is _always_ returned, because it's in the library already, so you have to deal with it somehow. Maybe something like a "force" parameter? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Rebecca Coert <rcoert@arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert@arlingtonva.us -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21494 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tgoatley@gmail.com --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 25977 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org