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

(-)a/t/lib/TestBuilder.pm (-1 / +4 lines)
Lines 595-600 sub _gen_default_values { Link Here
595
        BorrowerAttributeType => {
595
        BorrowerAttributeType => {
596
            mandatory => 0,
596
            mandatory => 0,
597
        },
597
        },
598
        Suggestion => {
599
            suggesteddate => dt_from_string()->ymd,
600
            STATUS        => 'ASKED'
601
        },
598
    };
602
    };
599
}
603
}
600
604
601
- 

Return to bug 17314