http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9307
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10519 --- Comment #23 from Katrin Fischer <[email protected]> --- Hi Kyle, bug 10519 seems to be a regression from this patch, although there is admittedly more wrong with the suggestion filters than just what I captured on the screenshot. I checked out the commit before this was pushed and the display for the ordered tab was correct. I think it might be this line: + unless ( grep { /$criteriumvalue/ } qw(ASKED ACCEPTED REJECTED CHECKED) ) { It's missing ORDERED and AVAILABLE? -- 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/
