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

(-)a/t/db_dependent/Suggestions.t (-1 / +1 lines)
Lines 103-108 my $my_suggestion = { Link Here
103
    manageddate   => '',
103
    manageddate   => '',
104
    accepteddate  => dt_from_string,
104
    accepteddate  => dt_from_string,
105
    note          => 'my note',
105
    note          => 'my note',
106
    quantity      => '', # Insert an empty string into int to catch strict SQL modes errors
106
};
107
};
107
108
108
my $budgetperiod_id = AddBudgetPeriod({
109
my $budgetperiod_id = AddBudgetPeriod({
109
- 

Return to bug 22907