http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10430 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This patch works nicely and the classes are correct, as every status can show up multiple times in this table. But I am a bit confused about "Arrived" and "Stopped" showing up in this list. I checked the code and I think the pull down of filters should only have: Missing, Expected, Late, and Claimed. ----- =head2 GetLateOrMissingIssues ... AND (serial.STATUS = 4 OR ((planneddate < now() AND serial.STATUS =1) OR serial.STATUS = 3 OR serial.STATUS = 7))
From the reports help: 1 = Expected 2 = Arrived 3 = Late 4 = Missing 5 = Not Available 6 = Delete 7 = Claimed 8 = Stopped
This patch only adds 'Stopped', the other status have been there before. I think this can be fixed in a follow up. -- You are receiving this mail because: You are watching all bug changes.