https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41695 Bug ID: 41695 Summary: Suggestion->refuser returns the manager Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org I have no clue on any functional implication of this, but following code looks wrong in Koha/Suggestion.pm
sub rejecter { my ($self) = @_; my $rejecter_rs = $self->_result->managedby; return unless $rejecter_rs; return Koha::Patron->_new_from_dbic($rejecter_rs); }
The rejecter returned is the "managedby" property in the db, however there is a rejectedby property in the database -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.