@@ -1765,6 +1765,7 @@ class CalcProgram {
else if (treeNode.calcType == treeNodeCalcType.ctNull){
delete treeNode.data.gljList;
deleteProperties(treeNode, ['calcBase', 'calcBaseValue', 'tenderCalcBaseValue', 'programID']);
+ deleteUselessFees(treeNode, ['common', 'rationCommon']);
if (treeNode.data.feesIndex && treeNode.data.feesIndex.common){
let uf, tf;