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

(-)a/tools/modborrowers.pl (-1 / +1 lines)
Lines 306-311 if ( $op eq 'do' ) { Link Here
306
        my $borrower_categorycode = Koha::Patrons->find( $borrowernumber )->categorycode;
306
        my $borrower_categorycode = Koha::Patrons->find( $borrowernumber )->categorycode;
307
        my $i=0;
307
        my $i=0;
308
        for ( @attributes ) {
308
        for ( @attributes ) {
309
            next unless $_;
309
            my $attribute;
310
            my $attribute;
310
            $attribute->{code} = $_;
311
            $attribute->{code} = $_;
311
            $attribute->{attribute} = $attr_values[$i];
312
            $attribute->{attribute} = $attr_values[$i];
312
- 

Return to bug 23217