|
|
@@ -200,8 +200,10 @@ public class invbal extends Controller {
|
|
|
}
|
|
|
if(sumUnQtyRowsMap.get(row.getString("itemno")).isNotEmpty()){
|
|
|
row.put("undelqty", sumUnQtyRowsMap.get(row.getString("itemno")).get(0).getBigDecimal("undeliqty"));
|
|
|
+ row.put("qty", sumUnQtyRowsMap.get(row.getString("itemno")).get(0).getBigDecimal("qty"));
|
|
|
}else {
|
|
|
row.put("undelqty", BigDecimal.ZERO);
|
|
|
+ row.put("qty", BigDecimal.ZERO);
|
|
|
}
|
|
|
if(!row.containsKey("invbalqty")){
|
|
|
row.put("invbalqty",BigDecimal.ZERO);
|