[Koha-bugs] [Bug 11689] New missing statuses is not well managed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 21 14:15:56 CET 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion
                 CC|                            |kyle at bywatersolutions.com

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Jonathan, I wonder if it would be best to define the list of statuses in a
package constant in C4::Serials, and to replace all the references to the array
of statuses with this constant to make future additions simpler.

use constant MISSING_STATUSES => [ 2, 4, 41, 42, 43, 44, 5 ];

If you think this isn't an idea worth pursuing just reset the status to signed
off.

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


More information about the Koha-bugs mailing list