Update CostDetails.java

parent b39985ed
......@@ -19,6 +19,7 @@ public class CostDetails extends ValidatorEJB {
this.usersiteCode = userInfoBean.getSiteCode();
}
public Map<String, List<List<String>>> getItemDetails(String itemCode) throws Exception {
Map<String, List<List<String>>> combinedMap = new HashMap<>();
combinedMap.put("cost", getCostDetails(itemCode));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment