View | Details | Raw Unified | Return to bug 18919
Collapse All | Expand All

(-)a/reports/cash_register_stats.pl (-1 / +1 lines)
Lines 174-179 if ($do_it) { Link Here
174
174
175
}
175
}
176
176
177
warn Data::Dumper::Dumper( Koha::Libraries->search({}, { order_by => ['branchname'] })->unblessed );
177
$template->param(
178
$template->param(
178
    beginDate        => $fromDate,
179
    beginDate        => $fromDate,
179
    endDate          => $toDate,
180
    endDate          => $toDate,
180
- 

Return to bug 18919