Lines 419-424
$template->param(
Link Here
|
419 |
OpacHoldNotes => C4::Context->preference('OpacHoldNotes'), |
419 |
OpacHoldNotes => C4::Context->preference('OpacHoldNotes'), |
420 |
failed_holds => scalar $query->param('failed_holds'), |
420 |
failed_holds => scalar $query->param('failed_holds'), |
421 |
opac_user_holds => scalar $query->param('opac-user-holds') || 0, |
421 |
opac_user_holds => scalar $query->param('opac-user-holds') || 0, |
|
|
422 |
opac_user_article_requests => scalar $query->param('opac-user-article-requests') || 0, |
422 |
); |
423 |
); |
423 |
|
424 |
|
424 |
# if not an empty string this indicates to return |
425 |
# if not an empty string this indicates to return |
425 |
- |
|
|