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

(-)a/t/lib/TestBuilder.pm (-1 / +1 lines)
Lines 580-585 sub _gen_default_values { Link Here
580
            borrowernotes  => '',
580
            borrowernotes  => '',
581
            secret         => undef,
581
            secret         => undef,
582
            password_expiration_date => undef,
582
            password_expiration_date => undef,
583
            anonymized     => 0,
583
        },
584
        },
584
        Item => {
585
        Item => {
585
            notforloan         => 0,
586
            notforloan         => 0,
586
- 

Return to bug 33245