https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39842 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181994|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 182078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182078&action=edit Bug 39842: Populate current location for SIP item with holdingbranch This patch simply adds the holdingbranch to the SIP item as current_location To test: 1 - Find an item and check it in at a different location than its homebranch 2 - perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL -t CR -m item_information --item 39999000004151 3 - Note no AP field is returned 4 - Apply patch, restart all 5 - perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL -t CR -m item_information --item 39999000004151 6 - You see the current holdingbranch in the AP field 7 - Return the item to its homebranch 8 - perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL -t CR -m item_information --item 39999000004151 9 - Confirm home and holding branches are the same now Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.