Bug 10043

Summary: Clear notforloan on receipt
Product: Koha Reporter: Amit Gupta <kohapatch>
Component: AcquisitionsAssignee: Amit Gupta <amitddng135>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: amitddng135, chris, colin.campbell, gitbot, katrin.fischer, magnus, veron
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Clear notforloan on receipt
Clear not for loan on receipt

Description Amit Gupta 2013-04-14 04:04:35 UTC
When receiving an item to have the facility to scan the barcode and change the status of the item from ON ORDER to JUST RECEIVED automatically
Comment 1 Amit Gupta 2013-05-15 16:44:20 UTC Comment hidden (obsolete)
Comment 2 Amit Gupta 2013-06-02 07:58:43 UTC
Created attachment 18589 [details] [review]
Clear not for loan on receipt

Clear not for loan on receipt

When receiving an item to have the facility
to scan the barcode and change the status of the item
from ON ORDER to JUST RECEIVED automatically

To Test:
1) Create a ACQ framwork in MARC bibliographic framework
2) Search 952 tag and set default value notforloan is to -1
3) Create a basket for ex: basket1
4) Create order under basket
5) Close the basket
6) Receive the shipment
7) By default notforloan value is Ordered
8) Once you receive the order item tag value is available or value is 0
Comment 3 Katrin Fischer 2013-06-03 09:37:56 UTC
Hi Amit, there is another feature in the queue that might do want you do here but in a bit more flexible way (being configurable by a system preference). Maybe take a look at but 8307?
Comment 4 Magnus Enger 2013-08-09 11:58:58 UTC
"Bug 8307 - Set a value for items when receiving" is now "Passed QA".
Comment 5 I'm just a bot 2013-09-29 05:36:42 UTC
Patch applied cleanly, go forth and signoff
Comment 6 I'm just a bot 2013-10-28 06:22:22 UTC
Patch applied cleanly, go forth and signoff
Comment 7 Chris Cormack 2013-12-23 22:09:38 UTC
Bug 8307 has been pushed now, so it would be best to look at that and rework this.
Comment 8 Marc VĂ©ron 2016-10-03 15:43:56 UTC
Still valid?
Comment 9 Katrin Fischer 2023-01-25 22:14:05 UTC
This hardcodes notforloan => 0 on finishing receive. But we have more flexible features now that allow to do this:

AcqItemSetSubfieldsWhenReceived = allows to change any subfield to any value on receive

UpdateNotForLoanStatusOnCheckin = allows any notforloan value to be set to any other notforloan on checkin

I am closing this resolved.