3 May
2019
3 May
'19
12:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436 --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.