Update CostDetails.java

parent b39985ed
......@@ -18,6 +18,7 @@ public class CostDetails extends ValidatorEJB {
userInfoBean = getUserInfo();
this.usersiteCode = userInfoBean.getSiteCode();
}
public Map<String, List<List<String>>> getItemDetails(String itemCode) throws Exception {
Map<String, List<List<String>>> combinedMap = new HashMap<>();
......
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