View | Details | Raw Unified | Return to bug 27230
Collapse All | Expand All

(-)a/opac/opac-suggestions.pl (-2 / +1 lines)
Lines 217-223 foreach my $suggestion(@$suggestions_loop) { Link Here
217
    }
217
    }
218
}
218
}
219
219
220
my $patron_reason_loop = GetAuthorisedValues("OPAC_SUG");
220
my $patron_reason_loop = GetAuthorisedValues("OPAC_SUG", "opac");
221
221
222
my @mandatoryfields;
222
my @mandatoryfields;
223
{
223
{
224
- 

Return to bug 27230