https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16004 Bug ID: 16004 Summary: Replace items.new with items.new_status Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Tools Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org The items.new column is badly named, the Koha::Item->new accessor will never returns this value, but the constructor will be called instead. It will be renamed with new_status to avoid the ambiguity. -- You are receiving this mail because: You are watching all bug changes.