https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29243 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 126271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126271&action=edit Bug 29243: Correct call when adding items from staged records To test: 1 - Populate system preference NewItemsDefaultLocation 2 - Stage a file of marc records 3 - Create an acquisitions basket with 'AcqCreateItems' set to 'ordering' 4 - Attempt to add to basket from your staged file 5 - You get a 500 error, and in the logs: Can't use string ("") as a HASH ref while "strict refs" in use at /usr/share/koha/lib/C4/Items.pm line 1605. 6 - Apply patch 7 - Repeat #4 8 - Success! -- You are receiving this mail because: You are watching all bug changes.