@@ -2311,7 +2311,7 @@ var projectObj = {
return item.data.field == "itemCharacterText";
})
}
- return !this.itemCol.visible;
+ return this.itemCol && !this.itemCol.visible;
},
onCommonTotalFeeButtonClick:function(hitinfo) {
let me = calcBaseView;