Bug 14037 - Add support for itemBarcodeFallbackSearch to checkin screen
Summary: Add support for itemBarcodeFallbackSearch to checkin screen
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-21 16:00 UTC by Katrin Fischer
Modified: 2023-08-05 09:45 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2015-04-21 16:00:27 UTC
When using itemBarcodeFallbackSearch you can check out items without a barcode by searching them with the callnumber or title keywords. This works nicely. 
You can return the items from the patron account only, as you can't scan a barcode for the check in.

The problem occurs, if there is a hold on the item - with a hold, you can't return it from the patron account. So you have to delete the hold, return it and then recreate the hold again.
Comment 1 Katrin Fischer 2017-07-09 15:40:46 UTC
Alternatively you can use the "dummy barcode" that is needed anyway to return the item 'normally' and trigger the hold. A more elegant solution would still be nice. :)