Lines 54-69
if ($run_report) {
Link Here
|
54 |
{ |
54 |
{ |
55 |
branchlimit => $branchlimit, |
55 |
branchlimit => $branchlimit, |
56 |
itemtypeslimit => $itemtypeslimit, |
56 |
itemtypeslimit => $itemtypeslimit, |
57 |
ccodeslimit => $locationslimit, |
57 |
ccodeslimit => $ccodeslimit, |
58 |
locationslimit => $ccodeslimit, |
58 |
locationslimit => $locationslimit, |
59 |
} |
59 |
} |
60 |
); |
60 |
); |
61 |
|
61 |
|
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 |
- |
|
|