http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10088 Bug ID: 10088 Summary: software error when filling a basket with staged record Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P1 - high Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: mathieu.saby@univ-rennes2.fr in current master, I staged a file of records, and tried to use it to create orders in a basket. I got the following error : http://pro.koha-msaby/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=18&basketno=21&booksellerid=1 'Can't use string ("") as a HASH ref while "strict refs" in use at /home/msaby/kohamaster/src/C4/Items.pm line 2712.' Git blame says this line was changed the 27th of march, by commit 9f2189d0, created by bug 9902. line 2712 : $defaultvalue = $defaultvalues->{branchcode} || C4::Context->userenv->{branch}; M. Saby -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.