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

(-)a/t/db_dependent/Budgets.t (-2 / +1 lines)
Lines 969-975 subtest 'GetBudgetSpent and GetBudgetOrdered and GetBudgetHierarchy shipping and Link Here
969
    my $invoice_4 = $builder->build({
969
    my $invoice_4 = $builder->build({
970
        source => 'Aqinvoice',
970
        source => 'Aqinvoice',
971
        value  => {
971
        value  => {
972
            closedate => '2017-07-01',
972
            closedate => undef,
973
            shipmentcost_budgetid => $budget0->{budget_id},
973
            shipmentcost_budgetid => $budget0->{budget_id},
974
            shipmentcost           => 1.75
974
            shipmentcost           => 1.75
975
        }
975
        }
976
- 

Return to bug 23195