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

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

Return to bug 17314