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

(-)a/Koha/Patron/Attributes.pm (-2 / +1 lines)
Lines 56-62 sub search { Link Here
56
        $branchcode
56
        $branchcode
57
        ? {
57
        ? {
58
            join => {
58
            join => {
59
                'borrower_attribute_types' => 'borrower_attribute_types_branches'
59
                'code' => 'borrower_attribute_types_branches'
60
            },
60
            },
61
        } : {};
61
        } : {};
62
    $attributes //= {};
62
    $attributes //= {};
63
- 

Return to bug 12159