http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8868
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommune.no --- Comment #19 from Benjamin Rokseth <[email protected]> --- ilsdi.pl?service=CancelHold&patron_id=114&item_id=47 ("47" was the reserve_id of a hold) Got the following error : Can't use string ("1974687") as a HASH ref while "strict refs" in use at /usr/local/src/kohaclone/C4/Reserves.pm line 1724. points to : sub _FixPriority { my ( $params ) = @_; my $reserve_id = $params->{reserve_id}; <<< 1974687 was here the biblionumber, not the reserve_id. The hold is correctly deleted, though. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
