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

(-)a/Koha/Patron.pm (-2 / +2 lines)
Lines 1708-1715 sub extended_attributes { Link Here
1708
                    Koha::Patron::Attribute::Types->search(
1708
                    Koha::Patron::Attribute::Types->search(
1709
                        {
1709
                        {
1710
                            mandatory => 1,
1710
                            mandatory => 1,
1711
                            category_code => [ undef, $self->categorycode ],
1711
                            'borrower_attribute_types_branches.b_branchcode' =>
1712
                            'borrower_attribute_types_branches.b_branchcode' =>
1712
                              undef
1713
                              undef,
1713
                        },
1714
                        },
1714
                        { join => 'borrower_attribute_types_branches' }
1715
                        { join => 'borrower_attribute_types_branches' }
1715
                    )->get_column('code');
1716
                    )->get_column('code');
1716
- 

Return to bug 31005