https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436
--- Comment #15 from Marcel de Rooy <[email protected]> --- Passing QA but frowning: + my @itemtypes = sort map { uc $_->[0] } @{ C4::Context->dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; +my @available_itemtypes = map { uc $_->[0] } @{ $dbh->selectall_arrayref(q|SELECT itemtype FROM itemtypes|) }; Old school SQL.. The earlier mention of --list-itemtypes is no blocker for me. Leaving final decision to RM ;) -- 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/
