http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11689
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |[email protected] --- Comment #3 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
