From 278de900250bc6fc19b0156857edbc1914e0e884 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Mon, 10 Jul 2017 08:11:33 +0000 Subject: [PATCH] Bug 18919: Repair "Transaction branch" in cash_register_stats.pl - values of the option fields are now correctly loaded --- reports/cash_register_stats.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl index 3bd8cad..222ece5 100755 --- a/reports/cash_register_stats.pl +++ b/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, -- 2.7.4