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

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

Return to bug 33245