Skip to content

Commit

Permalink
RESKC-9: fix material budget type mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Williams authored and blackcathacker committed Apr 18, 2015
1 parent 25b1337 commit a6bcab7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ protected List<OtherDirectCostInfoDto> getOtherDirectCosts(BudgetPeriodContract
for (CostDto costInfo : costInfoList) {
if (costInfo.getCategory().equals(s2SConfigurationService.getValueAsString(
ConfigurationConstants.S2SBUDGET_MATERIALS_AND_SUPPLIES_CATEGORY))) {
materialCost = materialCost.add(costInfo.getCost());
if (budget.getSubmitCostSharingFlag()) {
materialCostSharing = materialCostSharing.add(costInfo.getCostSharing());
}
Expand Down

0 comments on commit a6bcab7

Please sign in to comment.