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

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 2403-2409 sub extended_attributes { Link Here
2403
                    'borrower_attribute_types_branches.b_branchcode' => undef,
2403
                    'borrower_attribute_types_branches.b_branchcode' => undef,
2404
                };
2404
                };
2405
2405
2406
                if ( $interface eq 'opac' ) {
2406
                if ( $interface eq 'opac' || $interface eq 'api' ) {
2407
                    $params->{opac_editable} = 1;
2407
                    $params->{opac_editable} = 1;
2408
                }
2408
                }
2409
2409
2410
- 

Return to bug 40220