https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #62 from Nick Clemens <[email protected]> --- (In reply to Marcel de Rooy from comment #61) > Back in the PQA queue. Removed some lines from patch 6 and added patch 7 in > order to meet comment53. These lines don't seem correct, I keep getting a 'Can't use string ("1") as a hashref' 174 return $last_article_requestable_guesses->{$key} 175 if $last_article_requestable_guesses && exists $last_article_requestable_guesses->{$key}; Should that be "return $last_article_requestable_guesses"? -- 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/
