[Koha-bugs] [Bug 16004] Replace items.new with items.new_status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 8 10:56:35 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16004

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 48771
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48771&action=edit
Bug 16004: Replace items.new with items.new_status

The items.new column is badly named, the Koha::Item->new accessor will
never returns this value, but the constructor will be called instead.
This patch renames it with new_status to avoid the ambiguity.

Test plan:
0/ Do not apply this patch
1/ Define some rules in the "Automatic item modifications by age" tool
with at least one items.new field used
2/ Apply this patch
3/ Execute the update DB entry
4/ Reload the tool page and confirm that the changes have been taken
into account

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list