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

(-)a/tools/modborrowers.pl (-2 / +1 lines)
Lines 266-272 if ( $op eq 'do' ) { Link Here
266
    }
266
    }
267
267
268
    for my $field ( qw( dateenrolled dateexpiry ) ) {
268
    for my $field ( qw( dateenrolled dateexpiry ) ) {
269
        $infos->{$field} = dt_from_string($infos->{$field});
269
        $infos->{$field} = dt_from_string($infos->{$field}) if $infos->{$field};
270
    }
270
    }
271
271
272
    my @attributes = $input->param('patron_attributes');
272
    my @attributes = $input->param('patron_attributes');
273
- 

Return to bug 15607