Summary: | Internal server error when checking in item to transfer and printing slip | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Circulation | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23140 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
19.11.00,19.05.02
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 22977 | ||
Attachments: |
Bug 23120: Pass necessary inputs through when transferring item automatically
Bug 23120: Pass necessary inputs through when transferring item automatically Bug 23120: Pass necessary inputs through when transferring item automatically |
Description
Nick Clemens (kidclamp)
2019-06-14 12:01:46 UTC
Created attachment 90597 [details] [review] Bug 23120: Pass necessary inputs through when transferring item automatically To test: 1 - Find an item in you system 2 - Have syspref AutomaticItemReturn = Do 3 - Check in the item at a branch that is not its homebranch 4 - Click 'Print slip' on the modal popup 5 - Error! 6 - Apply patch 7 - Check the item in at its homebranch (to clear transfers) 8 - Check it in at another branch again 9 - Print slip 10 - Success! Created attachment 90633 [details] [review] Bug 23120: Pass necessary inputs through when transferring item automatically To test: 1 - Find an item in you system 2 - Have syspref AutomaticItemReturn = Do 3 - Check in the item at a branch that is not its homebranch a) admin/admin set library b) circulation->checkin 4 - Click 'Print slip' on the modal popup 5 - Error! 6 - Apply patch 7 - Check the item in at its homebranch (to clear transfers) 8 - Check it in at another branch again 9 - Print slip 10 - Success! Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Created attachment 90638 [details] [review] Bug 23120: Pass necessary inputs through when transferring item automatically To test: 1 - Find an item in you system 2 - Have syspref AutomaticItemReturn = Do 3 - Check in the item at a branch that is not its homebranch 4 - Click 'Print slip' on the modal popup 5 - Error! 6 - Apply patch 7 - Check the item in at its homebranch (to clear transfers) 8 - Check it in at another branch again 9 - Print slip 10 - Success! Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Nice easy fix, works well. Passing QA Nice work! Pushed to master for 19.11.00 Pushed to 19.05.x for 19.05.02 |