http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11689 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 25047 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25047&action=edit Bug 11689: New missing statuses are not well managed Bug 10851 introduced new missing status (codes 41,42,43,44), but in GetSerials and _update_missinglist, they are not take into account. To reproduce: 1/ Create a serial with 10 issues. 2/ Set different statuses on each one, with at least 6 missing statuses (not only "Missing"). 3/ Go on the subscription detail page, tab "Summary", the issues with a new missing status are not listed in the missing issues list. 4/ On the "Issues" tab, all missing are listed (normally only 5 should be listed. 5/ Apply the patch. 6/ Edit serial (to rewrite the missing list). 6/ Verify that steps 3 and 4 have now correct behavior. -- You are receiving this mail because: You are watching all bug changes.