[Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 3 12:10:25 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436

--- Comment #15 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list