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

(-)a/t/lib/TestBuilder.pm (-1 / +4 lines)
Lines 460-465 sub _gen_default_values { Link Here
460
    return {
460
    return {
461
        Borrower => {
461
        Borrower => {
462
            login_attempts => 0,
462
            login_attempts => 0,
463
            gonenoaddress  => undef,
464
            lost           => undef,
465
            debarred       => undef,
466
            borrowernotes  => '',
463
        },
467
        },
464
        Item => {
468
        Item => {
465
            more_subfields_xml => undef,
469
            more_subfields_xml => undef,
466
- 

Return to bug 19403