[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 mt...@greenvillelibrary.org changed: What|Removed |Added CC||mt...@greenvillelibrary.org -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #25 from Lucas Gass (lukeg) --- Created attachment 178808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178808&action=edit Bug 23010: Fix file permission of atomicupdate -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Kristi changed: What|Removed |Added CC||kkrue...@cuyahogalibrary.or ||g -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #23 from Jonathan Druart --- Created attachment 177914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177914&action=edit Bug 23010: Add unit tests Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@gmail.com --- Comment #24 from Jonathan Druart --- Rebased using the auto-rebase script, and some manual fixes. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #22 from Jonathan Druart --- Created attachment 177913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177913&action=edit Bug 23010: Handle error in updateitem.pl and template Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #21 from Jonathan Druart --- Created attachment 177912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177912&action=edit Bug 23010: Add ability to block withdrawning of items with certain statuses Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Jonathan Druart changed: What|Removed |Added Attachment #177451|0 |1 is obsolete|| Attachment #177452|0 |1 is obsolete|| Attachment #177453|0 |1 is obsolete|| Attachment #177454|0 |1 is obsolete|| --- Comment #20 from Jonathan Druart --- Created attachment 177911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177911&action=edit Bug 23010: Add system preference PreventWithdrawingItemsStatus To test: 1. APPLY PATCH, updatedatabase, and restart_all 2. Search for the system preference, PreventWithDrawingItemsStatus 3. Select both in transit and checked out, then save 4. Find an item and put it in transit. 5. Now from the item detail page, go to manage items > edit item 6. Using the item that was put in transit, attempt to change the status to withdrawn. 7. You should see an error at the top of the page 'In transit item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 8. Using a different item, do a checkout 9. Now from the item detail page, go to manage items > edit item 10. Using the checked out item, attempt to change the status to withdrawn. 11. vYou should see an error at the top of the page 'Onloan item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 12. Now, using the in transit item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=x ) 13. Under Statuses, attempt to withdraw the item. 14. You should see an error near the top of the page "Cannot withdraw item in transit". 15. Now, using the checked out item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=144 ) 16. Under Statuses, attempt to withdraw the item. 17. You should see an error near the top of the page "Cannot withdraw checked out item.". 18. Using both the in-transit and checked out item, attempt to modify the status through batchMod. 19. Ensure that the items are not being updated to withdrawn. 20. Turn off PreventWithDrawingItemsStatus system preferece. 21. Going through each of the steps again, except this time your items should successfully withdraw. prove t/db_dependent/Koha/Item.t Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Jonathan Druart changed: What|Removed |Added Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Roman Dolny changed: What|Removed |Added CC||roman.do...@jezuici.pl --- Comment #19 from Roman Dolny --- SO, it works as described, no possibility to set withdraw when PreventWithDrawingItemsStatus is active (Items tab, edit item, batchMod). What about clearing withdraw status when PreventWithDrawingItemsStatus is active -- still possible (Items tab, edit item), not possible (batchMod)? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #17 from Roman Dolny --- Created attachment 177453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177453&action=edit Bug 23010: Handle error in updateitem.pl and template Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #18 from Roman Dolny --- Created attachment 177454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177454&action=edit Bug 23010: Add unit tests Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #16 from Roman Dolny --- Created attachment 177452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177452&action=edit Bug 23010: Add ability to block withdrawning of items with certain statuses Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Roman Dolny changed: What|Removed |Added Attachment #177434|0 |1 is obsolete|| Attachment #177435|0 |1 is obsolete|| Attachment #177436|0 |1 is obsolete|| Attachment #177437|0 |1 is obsolete|| --- Comment #15 from Roman Dolny --- Created attachment 177451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177451&action=edit Bug 23010: Add system preference PreventWithdrawingItemsStatus To test: 1. APPLY PATCH, updatedatabase, and restart_all 2. Search for the system preference, PreventWithDrawingItemsStatus 3. Select both in transit and checked out, then save 4. Find an item and put it in transit. 5. Now from the item detail page, go to manage items > edit item 6. Using the item that was put in transit, attempt to change the status to withdrawn. 7. You should see an error at the top of the page 'In transit item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 8. Using a different item, do a checkout 9. Now from the item detail page, go to manage items > edit item 10. Using the checked out item, attempt to change the status to withdrawn. 11. vYou should see an error at the top of the page 'Onloan item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 12. Now, using the in transit item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=x ) 13. Under Statuses, attempt to withdraw the item. 14. You should see an error near the top of the page "Cannot withdraw item in transit". 15. Now, using the checked out item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=144 ) 16. Under Statuses, attempt to withdraw the item. 17. You should see an error near the top of the page "Cannot withdraw checked out item.". 18. Using both the in-transit and checked out item, attempt to modify the status through batchMod. 19. Ensure that the items are not being updated to withdrawn. 20. Turn off PreventWithDrawingItemsStatus system preferece. 21. Going through each of the steps again, except this time your items should successfully withdraw. prove t/db_dependent/Koha/Item.t Signed-off-by: Roman Dolny -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Roman Dolny changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #177413|0 |1 is obsolete|| --- Comment #14 from Lucas Gass (lukeg) --- Created attachment 177437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177437&action=edit Bug 23010: Add unit tests -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #177402|0 |1 is obsolete|| --- Comment #13 from Lucas Gass (lukeg) --- Created attachment 177436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177436&action=edit Bug 23010: Handle error in updateitem.pl and template -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #177299|0 |1 is obsolete|| --- Comment #12 from Lucas Gass (lukeg) --- Created attachment 177435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177435&action=edit Bug 23010: Add ability to block withdrawning of items with certain statuses -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #176241|0 |1 is obsolete|| --- Comment #11 from Lucas Gass (lukeg) --- Created attachment 177434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177434&action=edit Bug 23010: Add system preference PreventWithdrawingItemsStatus To test: 1. APPLY PATCH, updatedatabase, and restart_all 2. Search for the system preference, PreventWithDrawingItemsStatus 3. Select both in transit and checked out, then save 4. Find an item and put it in transit. 5. Now from the item detail page, go to manage items > edit item 6. Using the item that was put in transit, attempt to change the status to withdrawn. 7. You should see an error at the top of the page 'In transit item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 8. Using a different item, do a checkout 9. Now from the item detail page, go to manage items > edit item 10. Using the checked out item, attempt to change the status to withdrawn. 11. vYou should see an error at the top of the page 'Onloan item cannot be withdrawn.' Make sure the item did not get marked as withdrawn. 12. Now, using the in transit item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=x ) 13. Under Statuses, attempt to withdraw the item. 14. You should see an error near the top of the page "Cannot withdraw item in transit". 15. Now, using the checked out item, go to the items tab. ( catalogue/moredetail.pl?biblionumber=144 ) 16. Under Statuses, attempt to withdraw the item. 17. You should see an error near the top of the page "Cannot withdraw checked out item.". 18. Using both the in-transit and checked out item, attempt to modify the status through batchMod. 19. Ensure that the items are not being updated to withdrawn. 20. Turn off PreventWithDrawingItemsStatus system preferece. 21. Going through each of the steps again, except this time your items should successfully withdraw. prove t/db_dependent/Koha/Item.t -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #10 from Lucas Gass (lukeg) --- Created attachment 177413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177413&action=edit Bug 23010: Add unit tests -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #9 from Lucas Gass (lukeg) --- Created attachment 177402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177402&action=edit Bug 23010: Handle error in updateitem.pl and template -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #8 from Lucas Gass (lukeg) --- Created attachment 177299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177299&action=edit Bug 23010: Add ability to block withdrawning of items with certain statuses -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |lu...@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Lucas Gass (lukeg) changed: What|Removed |Added CC||lu...@bywatersolutions.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Andrew Fuerste-Henry changed: What|Removed |Added CC||and...@bywatersolutions.com --- Comment #7 from Andrew Fuerste-Henry --- (In reply to Felicity Brown from comment #1) > Conversely, it would be nice to have the option to have items check-in > automatically (be removed from a customer's account) when a staff member > marks them as withdrawn, so that they don't linger forever in both statuses. This is a cool idea and I encourage you to file it as a separate bug! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #6 from Lucas Gass (lukeg) --- Created attachment 176241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176241&action=edit Bug 23010: Add system preference PreventWithdrawingItemsStatus -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 lthor...@cuyahogalibrary.org changed: What|Removed |Added CC||lthor...@cuyahogalibrary.or ||g --- Comment #5 from lthor...@cuyahogalibrary.org --- I would like a message to pop up when you try to check in a withdrawn item that notifies staff that the item is withdrawn. Presently, it returns the message that the item was not checked out even on items that are both checked out and withdrawn -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Kris changed: What|Removed |Added CC||kbec...@jcls.org -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 --- Comment #4 from Katrin Fischer --- Automatic return might not be very forgiving if you ended up picking a wrong item. Maybe easier to warn/deactivate and have the staff person return it if it's required. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Katrin Fischer changed: What|Removed |Added Version|18.05 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Katie Bliss changed: What|Removed |Added CC||kebl...@dmpl.org --- Comment #3 from Katie Bliss --- Also agree! This is a major cause for confusion with our staff as well. Preventing items that aren't checked in from being withdrawn would be a huge help. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Emily Lamancusa changed: What|Removed |Added CC||emily.lamancusa@montgomeryc ||ountymd.gov -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Rebecca Coert changed: What|Removed |Added CC||rco...@arlingtonva.us --- Comment #2 from Rebecca Coert --- +! agreed - If an item is checked out or in transit, it should not be able to be marked withdrawn. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 23010] If an item is checked out or in transit it should not be able to be marked withdrawn
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010 Felicity Brown changed: What|Removed |Added CC||felicity.brown@montgomeryco ||untymd.gov --- Comment #1 from Felicity Brown --- Conversely, it would be nice to have the option to have items check-in automatically (be removed from a customer's account) when a staff member marks them as withdrawn, so that they don't linger forever in both statuses. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/