@@ -, +, @@ cash_register_stats.pl - values of the option fields are now correctly loaded --- reports/cash_register_stats.pl | 1 + 1 file changed, 1 insertion(+) --- a/reports/cash_register_stats.pl +++ a/reports/cash_register_stats.pl @@ -174,6 +174,7 @@ if ($do_it) { } +warn Data::Dumper::Dumper( Koha::Libraries->search({}, { order_by => ['branchname'] })->unblessed ); $template->param( beginDate => $fromDate, endDate => $toDate, --