https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40682 Bug ID: 40682 Summary: Koha::ILL::Request->status return inconsistent Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org The method for overriding the setter is not consistent and returns `$self` in case the status actually got changed, or a string (the current status) when there's no change. I believe this is not correct and should be solved. If a warning about not being changed needs to be passed then it should use `->add_message` -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.