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

(-)a/members/routing-lists.pl (-1 / +1 lines)
Lines 55-60 $template->param( Link Here
55
    patron            => $patron,
55
    patron            => $patron,
56
    findborrower      => $findborrower,
56
    findborrower      => $findborrower,
57
    branch            => $branch, # FIXME This is confusing
57
    branch            => $branch, # FIXME This is confusing
58
    routinglistview   => 1,
58
);
59
);
59
60
60
if (C4::Context->preference('ExtendedPatronAttributes')) {
61
if (C4::Context->preference('ExtendedPatronAttributes')) {
61
- 

Return to bug 21397