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 |
- |
|
|