@@ -556,6 +556,7 @@ var PROJECT = {
d.data.feesIndex = getFeeIndex(d.data.fees);
}
if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
+ if(d.type == ModuleNames.bills) this.Bills.datas.push(d.data);
reclacQuantity = true;
addNodeDatas.push(d);
}else {