[Koha-bugs] [Bug 10382] collection not returning to null when removed from course reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 7 15:57:35 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382

--- Comment #3 from Kyle M Hall <kyle.m.hall at gmail.com> ---
(In reply to comment #2)
> There is a conflict between the bug description and the test plan that
> leaves me rather confused. The bug report talks about removing an item from
> course reserves, but the test plan talks about disabling the course while
> leaving the item in the course reserves. Are item fields supposed to get set
> back to what they were before being put on reserve if they are removed from
> course reserves, or is that functionality that has not been implemented?

Yes, disabling all courses an item is attached to and removing an item from all
courses it is attached to are functionally equivalent ( as far as the `items`
table is concerned ). I wrote the test plan to make it quicker to test. In both
cases fields should revert to the original values. Nobody including mysql
thought of a scenario where a field would go from not having a value to having
a value and back. It was always switching values, or not modifying the field at
all.

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


More information about the Koha-bugs mailing list