Lines 433-438
for my $infos (@order_infos) {
Link Here
|
433 |
} ); |
433 |
} ); |
434 |
} |
434 |
} |
435 |
} |
435 |
} |
|
|
436 |
t::lib::Mocks::mock_preference('CalculateFundValuesIncludingTax', '1'); |
436 |
is( GetBudgetHierarchySpent( $budget_id1 ), 160, "total spent for budget1 is 160" ); |
437 |
is( GetBudgetHierarchySpent( $budget_id1 ), 160, "total spent for budget1 is 160" ); |
437 |
is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget11 is 100" ); |
438 |
is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget11 is 100" ); |
438 |
is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget111 is 20" ); |
439 |
is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget111 is 20" ); |
439 |
- |
|
|