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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to