yes: Allow
no: "Don't allow"
- patrons to submit problem reports for OPAC pages to the library or Koha Administrator.
- "<br/>"
- "<strong>NOTE:</strong> You must have KohaAdminEmailAddress enabled."
-
- pref: opacuserlogin
choices:
}
);
if ( !C4::Context->preference('OPACReportProblem') ){
if ( !C4::Context->preference('OPACReportProblem')
|| !C4::Context->preference('KohaAdminEmailAddress') )
{
print $input->redirect("/cgi-bin/koha/errors/404.pl");