Lines 68-73
my $warnPrefBiblioAddsAuthorities = ( $prefAutoCreateAuthorities && ( !$prefBibl
Link Here
|
68 |
my $prefEasyAnalyticalRecords = C4::Context->preference('EasyAnalyticalRecords'); |
68 |
my $prefEasyAnalyticalRecords = C4::Context->preference('EasyAnalyticalRecords'); |
69 |
my $prefUseControlNumber = C4::Context->preference('UseControlNumber'); |
69 |
my $prefUseControlNumber = C4::Context->preference('UseControlNumber'); |
70 |
my $warnPrefEasyAnalyticalRecords = ( $prefEasyAnalyticalRecords && $prefUseControlNumber ); |
70 |
my $warnPrefEasyAnalyticalRecords = ( $prefEasyAnalyticalRecords && $prefUseControlNumber ); |
|
|
71 |
my $warnPrefAnonymousPatron = ( |
72 |
C4::Context->preference('OPACPrivacy') |
73 |
and not C4::Context->preference('AnonymousPatron') |
74 |
); |
71 |
|
75 |
|
72 |
my $errZebraConnection = C4::Context->Zconn("biblioserver",0)->errcode(); |
76 |
my $errZebraConnection = C4::Context->Zconn("biblioserver",0)->errcode(); |
73 |
|
77 |
|
Lines 86-91
$template->param(
Link Here
|
86 |
prefAutoCreateAuthorities => $prefAutoCreateAuthorities, |
90 |
prefAutoCreateAuthorities => $prefAutoCreateAuthorities, |
87 |
warnPrefBiblioAddsAuthorities => $warnPrefBiblioAddsAuthorities, |
91 |
warnPrefBiblioAddsAuthorities => $warnPrefBiblioAddsAuthorities, |
88 |
warnPrefEasyAnalyticalRecords => $warnPrefEasyAnalyticalRecords, |
92 |
warnPrefEasyAnalyticalRecords => $warnPrefEasyAnalyticalRecords, |
|
|
93 |
warnPrefAnonymousPatron => $warnPrefAnonymousPatron, |
89 |
errZebraConnection => $errZebraConnection, |
94 |
errZebraConnection => $errZebraConnection, |
90 |
warnIsRootUser => $warnIsRootUser, |
95 |
warnIsRootUser => $warnIsRootUser, |
91 |
); |
96 |
); |