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

(-)a/opac/opac-suggestions.pl (-3 / +2 lines)
Lines 188-195 if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { Link Here
188
}
188
}
189
189
190
$template->param(
190
$template->param(
191
	%$suggestion,
191
    %$suggestion,
192
	supports_loop => $supportlist,
192
    supports_loop => $supportlist,
193
    suggestions_loop => $suggestions_loop,
193
    suggestions_loop => $suggestions_loop,
194
    patron_reason_loop => $patron_reason_loop,
194
    patron_reason_loop => $patron_reason_loop,
195
    "op_$op"         => 1,
195
    "op_$op"         => 1,
196
- 

Return to bug 9223