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

(-)a/opac/opac-suggestions.pl (-3 / +2 lines)
Lines 195-202 if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { Link Here
195
}
195
}
196
196
197
$template->param(
197
$template->param(
198
	%$suggestion,
198
    %$suggestion,
199
	 placeitemtypeloop=> $supportlist,
199
    itemtypeloop=> $supportlist,
200
    suggestions_loop => $suggestions_loop,
200
    suggestions_loop => $suggestions_loop,
201
    patron_reason_loop => $patron_reason_loop,
201
    patron_reason_loop => $patron_reason_loop,
202
    "op_$op"         => 1,
202
    "op_$op"         => 1,
203
- 

Return to bug 14973