|  | @@ -978,7 +978,7 @@ class AnalysisStageExcelTree extends AnalysisExcelTree {
 | 
												
													
														
															|  |          if (node.contract_qty && node.unit_price) {
 |  |          if (node.contract_qty && node.unit_price) {
 | 
												
													
														
															|  |              node.contract_tp = this.ctx.helper.mul(node.contract_qty, node.unit_price, this.decimal.tp);
 |  |              node.contract_tp = this.ctx.helper.mul(node.contract_qty, node.unit_price, this.decimal.tp);
 | 
												
													
														
															|  |          } else {
 |  |          } else {
 | 
												
													
														
															|  | -            node.contract_tp = null;
 |  | 
 | 
												
													
														
															|  | 
 |  | +            node.contract_tp = this.ctx.helper.round(aeUtils.toNumber(row[this.colsDef.contract_tp]), this.decimal.tp);
 | 
												
													
														
															|  |          }
 |  |          }
 | 
												
													
														
															|  |          node.postil = this.ctx.helper.replaceReturn(row[this.colsDef.postil]);
 |  |          node.postil = this.ctx.helper.replaceReturn(row[this.colsDef.postil]);
 | 
												
													
														
															|  |          if (this.filter.filterZeroGcl && !node.contract_qty && !node.contract_tp) return true;
 |  |          if (this.filter.filterZeroGcl && !node.contract_qty && !node.contract_tp) return true;
 |