Bug 37972: (follow-up) Correct syntax error in opac/opac-user.pl
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
43f47881a7
commit
5358d4b18d
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ $template->param(
|
|||
patronupdate => $patronupdate,
|
||||
OpacRenewalAllowed => C4::Context->preference("OpacRenewalAllowed"),
|
||||
userview => 1,
|
||||
tab => $query->param('tab');
|
||||
tab => $query->param('tab'),
|
||||
SuspendHoldsOpac => C4::Context->preference('SuspendHoldsOpac'),
|
||||
AutoResumeSuspendedHolds => C4::Context->preference('AutoResumeSuspendedHolds'),
|
||||
OpacHoldNotes => C4::Context->preference('OpacHoldNotes'),
|
||||
|
|
Loading…
Reference in a new issue