diff --git a/src/main/java/com/spring/ifs/api/BomApi.java b/src/main/java/com/spring/ifs/api/BomApi.java index 38873e42..a697f94c 100644 --- a/src/main/java/com/spring/ifs/api/BomApi.java +++ b/src/main/java/com/spring/ifs/api/BomApi.java @@ -830,7 +830,7 @@ public class BomApi { componentValue = componentValue.setScale(0, BigDecimal.ROUND_HALF_UP); componentValue = componentValue.stripTrailingZeros(); String formatterComponentValue = componentValue.toPlainString(); - tempItem.setByProdLineItemNo(formatterComponentValue); + tempItem.setComponentLineItemNo(formatterComponentValue); tempItem.setComponentPartNo(tempMap.get("COMPONENTPARTNO")); tempItem.setItemCostDistribution(tempMap.get("ITEMCOSTDISTRIBUTION"));