https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436
--- Comment #5 from Marcel de Rooy <[email protected]> --- + 'l|lost=s%' => \$lost, 'category=s' => $borrower_category, 'skip-category=s' => $skip_borrower_category, 'list-categories' => \$list_categories, + 'itemtype=s' => $itemtype, + 'skip-itemtype=s' => $skip_itemtype, + 'list-itemtypes' => \$list_itemtypes, This is a confusing mix of handling options. I think we should always pass a reference like name => \$option, but as you can see we already deviate from that here. But you are adding new cases. -- 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/
