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

(-)a/reports/cash_register_stats.pl (-2 / +1 lines)
Lines 178-184 $template->param( Link Here
178
    beginDate        => $fromDate,
178
    beginDate        => $fromDate,
179
    endDate          => $toDate,
179
    endDate          => $toDate,
180
    transaction_type => $transaction_type,
180
    transaction_type => $transaction_type,
181
    branchloop       => C4::Branch::GetBranchesLoop($manager_branchcode),
181
    branchloop       => Koha::Libraries->search({}, { order_by => ['branchname'] })->unblessed,
182
    manualinv_types  => $manualinv_types,
182
    manualinv_types  => $manualinv_types,
183
    CGIsepChoice => GetDelimiterChoices,
183
    CGIsepChoice => GetDelimiterChoices,
184
);
184
);
185
- 

Return to bug 6934