Skip to content

Commit

Permalink
Remove set of allocated field
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 28, 2024
1 parent 726bbeb commit 7fbce49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private Budget setNewValues(Budget budget, FyFinanceDataCollection entity) {

return budget.withBudgetStatus(Budget.BudgetStatus.fromValue(budgetFinanceData.getBudgetStatus().value()))
.withInitialAllocation(budgetFinanceData.getBudgetInitialAllocation())
.withAllocated(budgetFinanceData.getBudgetCurrentAllocation())
.withAllowableExpenditure(budgetFinanceData.getBudgetAllowableExpenditure())
.withAllowableEncumbrance(budgetFinanceData.getBudgetAllowableEncumbrance());
}
Expand Down

0 comments on commit 7fbce49

Please sign in to comment.