|
Lines 62-69
if ($run_report) {
Link Here
|
| 62 |
$template->param( |
62 |
$template->param( |
| 63 |
branchlimit => $branchlimit, |
63 |
branchlimit => $branchlimit, |
| 64 |
itemtypeslimit => $itemtypeslimit, |
64 |
itemtypeslimit => $itemtypeslimit, |
| 65 |
ccodeslimit => $locationslimit, |
65 |
ccodeslimit => $ccodeslimit, |
| 66 |
locationslimit => $ccodeslimit, |
66 |
locationslimit => $locationslimit, |
| 67 |
total => $items->count, |
67 |
total => $items->count, |
| 68 |
itemsloop => $items, |
68 |
itemsloop => $items, |
| 69 |
run_report => $run_report, |
69 |
run_report => $run_report, |
| 70 |
- |
|
|